projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f7e9a
)
configure.in: Removed `src/libconfig' from the list of subdirs requireing configuration.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 28 Nov 2006 14:42:56 +0000
(15:42 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 28 Nov 2006 14:42:56 +0000
(15:42 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
cfce380
..
52a8cef
100644
(file)
--- 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.