diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c8940c4..d2cebdf 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,6 @@ AC_SEARCH_LIBS(gethostbyname, nsl) AC_SEARCH_LIBS(deflate, z) if test x$ac_cv_search_deflate != xno ; then - AC_DEFINE([HAVE_ZLIB], 1, [Have the ZLIB]) OLDCPPFLAGS=$CPPFLAGS CPPFLAGS="-Werror" AC_CACHE_CHECK([for well defined gzwrite in zlib.h], ac_cv_wd_gzwrite, @@ -101,7 +100,8 @@ AC_ARG_ENABLE([debug], [ --enable-debug enable verbose debugging], AC_DEFINE(DEBUG, 1, [Enable verbose debugging])) -AC_CONFIG_FILES([Makefile +AC_CONFIG_FILES([baltisot-config + Makefile doc/Makefile include/Makefile intl/Makefile @@ -109,7 +109,7 @@ AC_CONFIG_FILES([Makefile m4/Makefile po/Makefile.in src/Makefile - src/datas/Makefile]) + src/datas/Makefile], [ chmod +x baltisot-config ]) AC_OUTPUT |