Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent b7d9d6a commit 5dab02c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions configure
Expand Up @@ -653,10 +653,13 @@ ACL_LIBS
AFS_LIBS_NONSHARED
AFS_LIBS
AFS_CFLAGS
FASTLZ_LIBS_NONSHARED
FASTLZ_LIBS
FASTLZ_INC
LZO_LIBS_NONSHARED
LZO_LIBS
LZO_INC
ZLIB_LIBS_NONSHARED
ZLIB_LIBS
ZLIB_INC
LIBOBJS
Expand Down Expand Up @@ -29923,6 +29926,13 @@ else
ZLIB_INC=""
fi

if test x$use_libtool != xno; then
ZLIB_LIBS_NONSHARED=""
else
ZLIB_LIBS_NONSHARED="${ZLIB_LIBS}"
fi





Expand Down Expand Up @@ -30027,6 +30037,14 @@ else
LZO_INC=""
fi

if test x$use_libtool != xno; then
LZO_LIBS_NONSHARED=""
else
LZO_LIBS_NONSHARED="${LZO_LIBS}"
fi






Expand Down Expand Up @@ -30118,6 +30136,13 @@ else
FASTLZ_INC=""
fi

if test x$use_libtool != xno; then
FASTLZ_LIBS_NONSHARED=""
else
FASTLZ_LIBS_NONSHARED="${FASTLZ_LIBS}"
fi





Expand Down

0 comments on commit 5dab02c

Please sign in to comment.