Skip to content
Snippets Groups Projects
Commit 227bd34e authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Switch AS_HELP_STRING to AC_HELP_STRING

parent 6f375805
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ AC_DEFUN([X_AC_DEBUG], [ ...@@ -20,7 +20,7 @@ AC_DEFUN([X_AC_DEBUG], [
AC_MSG_CHECKING([whether debugging is enabled]) AC_MSG_CHECKING([whether debugging is enabled])
AC_ARG_ENABLE( AC_ARG_ENABLE(
[debug], [debug],
AS_HELP_STRING([--enable-debug], [enable debugging code for development]), AC_HELP_STRING([--enable-debug], [enable debugging code for development]),
[ case "$enableval" in [ case "$enableval" in
yes) x_ac_debug=yes ;; yes) x_ac_debug=yes ;;
no) x_ac_debug=no ;; no) x_ac_debug=no ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment