File cfengine-2.2.10-configure.diff of Package cfengine

--- configure.ac
+++ configure.ac
@@ -375,7 +375,7 @@
                             CPPFLAGS="$CPPFLAGS -I$d/include"
                             LDFLAGS="$LDFLAGS -L$d/lib"
                             PCRE_LIB="-lpcreposix"
-                            AC_MSG_RESULT = "$d"
+                            AC_MSG_RESULT($d)
                             break
                         fi
                     done
@@ -386,13 +386,13 @@
                 if test -f "${withval}/include/pcreposix.h" ; then
                     CPPFLAGS="$CPPFLAGS -I${withval}/include"
                     LDFLAGS="$LDFLAGS -L${withval}/lib"
-                    AC_MSG_RESULT = "${withval}"
+                    AC_MSG_RESULT(${withval})
                 else
                     AC_MSG_ERROR(Cannot find PCRE)
                 fi
                 fi
             else
-                AC_MSG_RESULT = "yes"
+                AC_MSG_RESULT(yes)
             fi
             LIBS="$LIBS -lpcreposix"
             AC_DEFINE(USE_PCRE, 1, [Define if PCRE is available.])
openSUSE Build Service is sponsored by