diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-05-24 16:19:42 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-05-24 16:19:42 +0530 |
commit | 06a08b28deeead73b71e88056a272bc166a1f555 (patch) | |
tree | 7c9ae771cf77028b9c3449b5a26f2bc9b07e7c9f | |
parent | 20ad96495c5563b3fde0f3467c94f298490a8adc (diff) | |
download | tinyproxy-06a08b28deeead73b71e88056a272bc166a1f555.tar.gz tinyproxy-06a08b28deeead73b71e88056a272bc166a1f555.zip |
Quoted TP_ARG_ENABLE
Diffstat (limited to '')
-rw-r--r-- | m4macros/argenable.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/argenable.m4 b/m4macros/argenable.m4 index ed5d7f0..e21604a 100644 --- a/m4macros/argenable.m4 +++ b/m4macros/argenable.m4 @@ -9,7 +9,7 @@ dnl dnl This macro also defines on variable in the form "option_enabled" dnl set to either "yes" or "no". dnl -AC_DEFUN(TP_ARG_ENABLE, +AC_DEFUN([TP_ARG_ENABLE], [AC_ARG_ENABLE([$1], AS_HELP_STRING([--enable-$1], [$2]), [case "${enableval}" in |