[Rt-commit] r7792 - rt/branches/3.7-EXPERIMENTAL-TUNIS
clsung at bestpractical.com
clsung at bestpractical.com
Tue May 8 23:05:10 EDT 2007
Author: clsung
Date: Tue May 8 23:05:10 2007
New Revision: 7792
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/configure.ac
Log:
- this will cause error when executing in non-bash system, and
'=' is the right way
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/configure.ac
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/configure.ac (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/configure.ac Tue May 8 23:05:10 2007
@@ -230,7 +230,7 @@
WEB_GROUP=$my_group)
# Test for valid database names
-AS_IF([ test "$DB_TYPE" == "mysql" ],
+AS_IF([ test "$DB_TYPE" = "mysql" ],
[ AC_MSG_CHECKING([if database name is valid])
AS_IF([ echo $DB_DATABASE | $AWK '/-/ { exit 1 }' ],
[ AC_MSG_RESULT([yes]) ],
More information about the Rt-commit
mailing list