Skip to content

Commit 8456c96

Browse files
committed
Remove old check
1 parent fd4a42b commit 8456c96

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

config.m4

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
11
dnl config.m4 for extension msgpack
22

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-
203
PHP_ARG_WITH(msgpack, for msgpack support,
214
Make sure that the comment is aligned:
225
[ --with-msgpack Include msgpack support])

0 commit comments

Comments
 (0)