summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-22 03:03:35 +0000
committerStig Bakken <ssb@php.net>1999-04-22 03:03:35 +0000
commite109756121df76ca25ea3b3fe4ddd5135ddb38e2 (patch)
treee5899e25ad6a88259ddef112ffce19635b3346a1 /ext
parent09d047f8b1e4b389007675dd3cbb717552a3c430 (diff)
downloadphp-git-e109756121df76ca25ea3b3fe4ddd5135ddb38e2.tar.gz
db was not linked in
Diffstat (limited to 'ext')
-rw-r--r--ext/db/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/db/config.m4 b/ext/db/config.m4
index c169a99fe3..a87dbef89d 100644
--- a/ext/db/config.m4
+++ b/ext/db/config.m4
@@ -42,6 +42,7 @@ if test "$DBM_LIB" = "-lgdbm"; then
])
])
])
+fi
if test -n "$DBM_LIB"; then
INCLUDES="$INCLUDES $GDBM_INCLUDE"