]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - autogen.sh
configure: tweak the module_directory help string
[thirdparty/kmod.git] / autogen.sh
index 67b119f6fc6e092c5d21f87088109ffaca9cdbf9..a7a6022d250c38a2b8f9fee95813ca884e6107c9 100755 (executable)
@@ -25,14 +25,19 @@ fi
 
 if [ ! -L /bin ]; then
     args="$args \
-        --with-rootprefix= \
         --with-rootlibdir=$(libdir /lib) \
         "
 fi
 
 cd $oldpwd
 
-hackargs="--enable-debug --enable-python --with-xz --with-zlib --with-openssl"
+hackargs="\
+--enable-debug \
+--with-zstd \
+--with-xz \
+--with-zlib \
+--with-openssl \
+"
 
 if [ "x$1" = "xc" ]; then
         shift