From 05e88fb0096ddf66231f0e59d4254b5257f028b2 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 2 Oct 2008 15:26:05 +0000 Subject: [PATCH] ebl Fix typo in configure.in that breaks --with-db-password option git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7683 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/configure | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bacula/configure b/bacula/configure index 2e0b76b675..feeb67a129 100755 --- a/bacula/configure +++ b/bacula/configure @@ -1511,12 +1511,6 @@ Optional Packages: --with-db-name=DBNAME specify database name (default bacula) --with-db-user=UNAME specify database user (default bacula) --with-db-password=UNAME specify database password (default *none*) - - if test "x$withval" != "x" ; then - db_password=$withval - fi - - --with-dir-user=USER specify user for Director daemon --with-dir-group=GROUP specify group for Director daemon --with-sd-user=USER specify user for Storage daemon @@ -17067,6 +17061,11 @@ db_password= # Check whether --with-db_password was given. if test "${with_db_password+set}" = set; then withval=$with_db_password; + if test "x$withval" != "x" ; then + db_password=$withval + fi + + fi -- 2.39.5