git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7184
91ce42f0-d328-0410-95d8-
f526ca767f89
#
. ${1}/config
+if test "x" = "x"; then
+ PASSWD=
+else
+ PASSWO="--with-db-password=\"\""
+fi
CFLAGS="-g -O2 -Wall" \
./configure \
--with-smtp-host=${SMTP_HOST} \
--with-db-name=regress \
--with-db-user=regress \
+ ${PASSWD} \
${OPENSSL} \
${TCPWRAPPERS} \
${WHICHDB} \
#
. ${1}/config
+if test "x@db_password@" = "x"; then
+ PASSWD=
+else
+ PASSWO="--with-db-password=\"@db_password@\""
+fi
CFLAGS="-g -O2 -Wall" \
./configure \
--with-smtp-host=${SMTP_HOST} \
--with-db-name=@db_name@ \
--with-db-user=@db_user@ \
+ ${PASSWD} \
${OPENSSL} \
${TCPWRAPPERS} \
${WHICHDB} \