summaryrefslogtreecommitdiff
path: root/Build/source/libs/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/configure.in')
-rw-r--r--Build/source/libs/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/configure.in b/Build/source/libs/configure.in
index 0344c31a1f3..f6371675eca 100644
--- a/Build/source/libs/configure.in
+++ b/Build/source/libs/configure.in
@@ -66,6 +66,9 @@ fi
if test "x$needs_zlib" != xno && test "$using_system_zlib" != yes; then
KPSE_CONFIG_FILES([zlib/Makefile])
fi
+if test "x$needs_obsdcompat" != xno; then
+ AC_CONFIG_SUBDIRS([obsdcompat])
+fi
# create md5 directory when building outside the srcdir:
if test -d $srcdir/md5; then