mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
b2f192faab
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
376 B
Diff
15 lines
376 B
Diff
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
|