From: Florian Forster Date: Tue, 28 Nov 2006 14:42:56 +0000 (+0100) Subject: configure.in: Removed `src/libconfig' from the list of subdirs requireing configuration. X-Git-Tag: collectd-3.11.0~41 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bcd78ed9d6b9a52a212e05f6137666b6615b2c10;p=collectd.git configure.in: Removed `src/libconfig' from the list of subdirs requireing configuration. --- diff --git a/configure.in b/configure.in index cfce3805..52a8cef4 100644 --- a/configure.in +++ b/configure.in @@ -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.