diff configure.in @ 4012:d8c1e641b435 HEAD

Building with SQL support replaced passdb list with userdbs.
author Timo Sirainen <timo.sirainen@movial.fi>
date Tue, 14 Feb 2006 16:07:22 +0200
parents 450ee12c2e26
children bf0357107349
line wrap: on
line diff
--- a/configure.in	Tue Feb 14 15:41:58 2006 +0200
+++ b/configure.in	Tue Feb 14 16:07:22 2006 +0200
@@ -1530,7 +1530,7 @@
 	AC_DEFINE(PASSDB_SQL,, Build with SQL support)
 	AC_DEFINE(USERDB_SQL,, Build with SQL support)
 	AUTH_LIBS="$AUTH_LIBS $SQL_LIBS"
-	passdb="$userdb sql"
+	passdb="$passdb sql"
 	userdb="$userdb sql"
 fi