Code

configure.in: Removed `src/libconfig' from the list of subdirs requireing configuration.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 28 Nov 2006 14:42:56 +0000 (15:42 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 28 Nov 2006 14:42:56 +0000 (15:42 +0100)
configure.in

index cfce38055418b1735d7bc6dd782f4ef584d6869d..52a8cef44ecc660db8cb457f6db697e78b82d9a1 100644 (file)
@@ -25,7 +25,7 @@ AC_SUBST(LIBLTDL)
 AC_LIBTOOL_DLOPEN
 AC_PROG_LIBTOOL
 #AC_PROG_RANLIB
-AC_CONFIG_SUBDIRS(libltdl src/libconfig)
+AC_CONFIG_SUBDIRS(libltdl)
 
 #
 # Checks for header files.