]> git.mxchange.org Git - flightgear.git/commitdiff
Removed zlib from AC_CONFIG_SUBDIRS()
authorcurt <curt>
Tue, 6 Apr 1999 22:26:28 +0000 (22:26 +0000)
committercurt <curt>
Tue, 6 Apr 1999 22:26:28 +0000 (22:26 +0000)
configure.in

index 960e0da102fe267aeff6a9983b6a73c4900c5128..8ec9c9050f79d80fd989f3e3395600352cbea255 100644 (file)
@@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE(FlightGear, 0.6.0)
 
 dnl configure other independant packages included with flight gear for
 dnl convenience
-AC_CONFIG_SUBDIRS( Lib/plib Lib/zlib )
+AC_CONFIG_SUBDIRS( Lib/plib )
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
@@ -317,6 +317,7 @@ AC_OUTPUT( \
        Lib/Misc/Makefile \
        Lib/Serial/Makefile \
        Lib/XGL/Makefile \
+       Lib/zlib/Makefile \
        Simulator/Makefile \
        Simulator/Aircraft/Makefile \
        Simulator/Airports/Makefile \