fuse: re-add missing --program-prefix

--program-prefix got errorously removed in the recent cleanup work.
This commit is contained in:
Peter Korsgaard 2008-07-11 13:43:56 +00:00
parent 04a4d946fc
commit 81021c223a

View File

@ -27,6 +27,7 @@ $(LIBFUSE_DIR)/.configured: $(LIBFUSE_DIR)/.source
--build=$(GNU_HOST_NAME) \ --build=$(GNU_HOST_NAME) \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--program-prefix="" \
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \
--disable-nls \ --disable-nls \