Skip to content

Commit 7b7f97b

Browse files
committed
Remove duplicate Autoconf check for sed
The sed program is always available since it is already discovered in configure.ac and phpize.m4.
1 parent 295a177 commit 7b7f97b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/pdo_mysql/config.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ if test "$PHP_PDO_MYSQL" != "no"; then
4646
AC_MSG_CHECKING([for mysql_config])
4747
if test -n "$PDO_MYSQL_CONFIG"; then
4848
AC_MSG_RESULT($PDO_MYSQL_CONFIG)
49-
if test "x$SED" = "x"; then
50-
AC_PATH_PROG(SED, sed)
51-
fi
5249
PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g"`
5350
PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
5451
elif test -n "$PDO_MYSQL_DIR"; then

0 commit comments

Comments
 (0)