]> granicus.if.org Git - apache/commitdiff
Use "=" instead of "==" in test condition for
authorRainer Jung <rjung@apache.org>
Tue, 8 Dec 2009 19:46:10 +0000 (19:46 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 8 Dec 2009 19:46:10 +0000 (19:46 +0000)
improved shell compatibility.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@888546 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/config.m4

index 6010980938af47b7fccd1ba2432e4999d0393caf..eeb355eb18d9100a2dd76ee6196fd35a8420f3c9 100644 (file)
@@ -25,7 +25,7 @@ fi
 AC_CHECK_LIB(m, pow, lib_m="-lm")
 AC_CHECK_LIB(m, sqrt, lib_m="-lm")
 for x in $test_paths ; do
-  if test "x$x" == "x."; then
+  if test "x$x" = "x."; then
     AC_CHECK_HEADER(lua.h,[
         save_CFLAGS=$CFLAGS
         save_LDFLAGS=$LDFLAGS