blob: ae9a66deacddb3d7d045e814475318f4e7b0b480 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: configure.in
===================================================================
--- trunk/configure.in (revision 306)
+++ trunk/configure.in (working copy)
@@ -1353,9 +1353,6 @@
if test $enable_calendar = yes; then
AC_CONFIG_SUBDIRS(calendar/libical)
fi
-if test $dynamic_libdb = no; then
- AC_CONFIG_SUBDIRS(libdb/dist)
-fi
AC_OUTPUT([
Makefile
|