]> granicus.if.org Git - php/commitdiff
Fix configure
authorSander Roobol <sander@php.net>
Wed, 11 Sep 2002 16:17:33 +0000 (16:17 +0000)
committerSander Roobol <sander@php.net>
Wed, 11 Sep 2002 16:17:33 +0000 (16:17 +0000)
ext/dba/config.m4

index d2364428ea7747e6efd272d636bf7e6d605f09ba..9e8021bdefc843cfb16d037b858db56ee7d9d591 100644 (file)
@@ -164,7 +164,7 @@ AC_ARG_WITH(db3,
       elif test -f "$i/include/db3.h"; then
         THIS_PREFIX=$i
         DB3_EXTRA=db3.h
-      elif test -f "$i/include/db.h" ; 
+      elif test -f "$i/include/db.h"; then
         THIS_PREFIX=$i
         DB3_EXTRA=db.h
       fi