Skip to content

Commit 5005415

Browse files
author
Sascha Schumann
committed
Remove autoconf-2.5x specific m4_default macro.
It is pointless here, because we don't need any "void" statement. There already is a statement and all it will do in the worst case is generate an empty line
1 parent 6bbf968 commit 5005415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acinclude.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,10 +1341,10 @@ AC_DEFUN(PHP_CHECK_LIBRARY, [
13411341
LDFLAGS="$5 $LDFLAGS"
13421342
AC_CHECK_LIB([$1],[$2],[
13431343
LDFLAGS=$save_old_LDFLAGS
1344-
m4_default([$3], :)
1344+
[$3]
13451345
],[
13461346
LDFLAGS=$save_old_LDFLAGS
1347-
m4_default([$4], :)
1347+
[$4]
13481348
])dnl
13491349
])
13501350

0 commit comments

Comments
 (0)