Skip to content

Commit

Permalink
Fix: remove hexdump references
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Jan 23, 2013
1 parent abf517e commit 6365a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.m4
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dnl $Id$
dnl config.m4 for extension hexdump
dnl config.m4 for extension xxhash

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

dnl If your extension references something external, use with:

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

dnl Otherwise use enable:

Expand Down

0 comments on commit 6365a90

Please sign in to comment.