aboutsummaryrefslogtreecommitdiff
path: root/m4/pgsql.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pgsql.m4')
-rw-r--r--m4/pgsql.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/pgsql.m4 b/m4/pgsql.m4
index a75a95e..b38bf34 100644
--- a/m4/pgsql.m4
+++ b/m4/pgsql.m4
@@ -153,6 +153,8 @@ AC_CONFIG_COMMANDS([pgsql.options],
rm -f db.options
echo '#! /bin/sh' >db-driver
+ echo 'opt=' >>db-driver
+
if test x$pgsql_user_set = xyes; then
echo "--username '$pgsql_user'" >>db.options
echo 'opt="$opt --username='"$pgsql_user"'"' >>db-driver