1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

MFB51: Always use $SED instead of sed

This commit is contained in:
foobar
2005-11-29 21:31:35 +00:00
parent 40dd6dfb4e
commit fc816c5e76
+2 -2
View File
@@ -30,8 +30,8 @@ dnl fi
fi
if test -x "$MYSQL_CONFIG" && $MYSQL_CONFIG $MYSQL_LIB_CFG > /dev/null 2>&1; then
MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | sed -e "s/'//g"`
MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | sed -e "s/'//g"`
MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | $SED -e "s/'//g"`
else
AC_MSG_RESULT([mysql_config not found])
AC_MSG_ERROR([Please reinstall the mysql distribution])