summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoian Bonev <bbonev@php.net>2002-03-20 18:22:32 +0000
committerBoian Bonev <bbonev@php.net>2002-03-20 18:22:32 +0000
commit396dc67cf75787c9aeddaa55beb0878534db87e8 (patch)
tree8d85be4968747227bda6c9376c77e28e8a2b7eb6
parent9a5b42cb78761ff8cf1584ce8dd9a6440f54e833 (diff)
downloadphp-git-396dc67cf75787c9aeddaa55beb0878534db87e8.tar.gz
fix a missing [
-rw-r--r--ext/vpopmail/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpopmail/config.m4 b/ext/vpopmail/config.m4
index fbfec2e3ca..9c8a94f970 100644
--- a/ext/vpopmail/config.m4
+++ b/ext/vpopmail/config.m4
@@ -53,7 +53,7 @@ Use ./configure --with-vpopmail=<vpopmail-home-dir> if necessary)
dnl check for valias functions in the -lvpopmail
PHP_CHECK_LIBRARY(vpopmail, valias_select, [
AC_DEFINE(HAVE_VPOPMAIL_VALIAS,1,[Whether vpopmail has valias support])
- ],[],
+ ],[],[
-L$VPOPMAIL_LIB_DIR
])