Skip to content

Commit 8fc21d5

Browse files
committed
Disable checking for library in ext skeleton
1 parent dc63b0e commit 8fc21d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ext/skeleton/config.m4.in

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)