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 fd4a42b commit 8456c96Copy full SHA for 8456c96
config.m4
@@ -1,22 +1,5 @@
1
dnl config.m4 for extension msgpack
2
3
-dnl Comments in this file start with the string 'dnl'.
4
-dnl Remove where necessary. This file will not work
5
-dnl without editing.
6
-
7
-dnl Check PHP version:
8
9
-AC_MSG_CHECKING(PHP version)
10
-AC_TRY_COMPILE([#include "$phpincludedir/main/php_version.h"], [
11
-#if PHP_MAJOR_VERSION < 5
12
-#error this extension requires at least PHP version 5 or newer
13
-#endif
14
-],
15
-[AC_MSG_RESULT(ok)],
16
-[AC_MSG_ERROR([need at least PHP 5 or newer])])
17
18
-dnl If your extension references something external, use with:
19
20
PHP_ARG_WITH(msgpack, for msgpack support,
21
Make sure that the comment is aligned:
22
[ --with-msgpack Include msgpack support])
0 commit comments