X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=configure.ac;h=06a7540080fc3665e23a4a3ddc7983e2d27fa8df;hp=e30d4554247b0c98872f9b7c905901d98d88e8b2;hb=de12c346dc64404821d52d545e2e1b3d44230f2a;hpb=00334bdf09071e65e340eeeb6f3900c79a262649;ds=sidebyside diff --git a/configure.ac b/configure.ac index e30d4554..06a75400 100644 --- a/configure.ac +++ b/configure.ac @@ -157,10 +157,9 @@ if test "x$ENABLE_MULTITHREADED_COMPRESSION" = "xyes"; then AC_DEFINE([ENABLE_MULTITHREADED_COMPRESSION], [1], [Define to 1 if including support for multithreaded compression]) - PTHREAD_LDADD="-lpthread" -else - PTHREAD_LDADD="" fi + +PTHREAD_LDADD="-lpthread" AC_SUBST([PTHREAD_LDADD], [$PTHREAD_LDADD]) WITH_NTFS_3G_DEFAULT="yes"