Skip to content

Commit 6365a90

Browse files
committed
Fix: remove hexdump references
1 parent abf517e commit 6365a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dnl $Id$
2-
dnl config.m4 for extension hexdump
2+
dnl config.m4 for extension xxhash
33

44
dnl Comments in this file start with the string 'dnl'.
55
dnl Remove where necessary. This file will not work
66
dnl without editing.
77

88
dnl If your extension references something external, use with:
99

10-
dnl PHP_ARG_WITH(hexdump, for hexdump support,
10+
dnl PHP_ARG_WITH(xxhash, for xxhash support,
1111
dnl Make sure that the comment is aligned:
12-
dnl [ --with-hexdump Include hexdump support])
12+
dnl [ --with-xxhash Include xxhash support])
1313

1414
dnl Otherwise use enable:
1515

0 commit comments

Comments
 (0)