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 abf517e commit 6365a90Copy full SHA for 6365a90
config.m4
@@ -1,15 +1,15 @@
1
dnl $Id$
2
-dnl config.m4 for extension hexdump
+dnl config.m4 for extension xxhash
3
4
dnl Comments in this file start with the string 'dnl'.
5
dnl Remove where necessary. This file will not work
6
dnl without editing.
7
8
dnl If your extension references something external, use with:
9
10
-dnl PHP_ARG_WITH(hexdump, for hexdump support,
+dnl PHP_ARG_WITH(xxhash, for xxhash support,
11
dnl Make sure that the comment is aligned:
12
-dnl [ --with-hexdump Include hexdump support])
+dnl [ --with-xxhash Include xxhash support])
13
14
dnl Otherwise use enable:
15
0 commit comments