diff options
author | Stig Bakken <ssb@php.net> | 1999-04-22 03:03:35 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-22 03:03:35 +0000 |
commit | e109756121df76ca25ea3b3fe4ddd5135ddb38e2 (patch) | |
tree | e5899e25ad6a88259ddef112ffce19635b3346a1 /ext | |
parent | 09d047f8b1e4b389007675dd3cbb717552a3c430 (diff) | |
download | php-git-e109756121df76ca25ea3b3fe4ddd5135ddb38e2.tar.gz |
db was not linked in
Diffstat (limited to 'ext')
-rw-r--r-- | ext/db/config.m4 | 1 |
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" |