File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ if test "$PHP_%EXTNAMECAPS%" != "no"; then
6464
6565 dnl If you need to check for a particular library function
6666 dnl and you are using pkg-config:
67- PHP_CHECK_LIBRARY($LIBNAME, $LIBSYMBOL,
68- [
69- PHP_EVAL_INCLINE($LIBFOO_CFLAGS)
70- PHP_EVAL_LIBLINE($LIBFOO_LIBS, %EXTNAMECAPS%_SHARED_LIBADD)
71- AC_DEFINE(HAVE_%EXTNAMECAPS%LIB, 1, [ ])
72- ],[
73- AC_MSG_ERROR([wrong %EXTNAME% lib version or lib not found])
74- ])
67+ dnl PHP_CHECK_LIBRARY($LIBNAME, $LIBSYMBOL,
68+ dnl [
69+ dnl PHP_EVAL_INCLINE($LIBFOO_CFLAGS)
70+ dnl PHP_EVAL_LIBLINE($LIBFOO_LIBS, %EXTNAMECAPS%_SHARED_LIBADD)
71+ dnl AC_DEFINE(HAVE_%EXTNAMECAPS%LIB, 1, [ ])
72+ dnl ],[
73+ dnl AC_MSG_ERROR([wrong %EXTNAME% lib version or lib not found])
74+ dnl ])
7575
7676 dnl If you need to check for a particular library function
7777 dnl and you are not using pkg-config:
You can’t perform that action at this time.
0 commit comments