We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295a177 commit 7b7f97bCopy full SHA for 7b7f97b
ext/pdo_mysql/config.m4
@@ -46,9 +46,6 @@ if test "$PHP_PDO_MYSQL" != "no"; then
46
AC_MSG_CHECKING([for mysql_config])
47
if test -n "$PDO_MYSQL_CONFIG"; then
48
AC_MSG_RESULT($PDO_MYSQL_CONFIG)
49
- if test "x$SED" = "x"; then
50
- AC_PATH_PROG(SED, sed)
51
- fi
52
PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g"`
53
PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
54
elif test -n "$PDO_MYSQL_DIR"; then
0 commit comments