summaryrefslogtreecommitdiff
path: root/m4/ax_config_feature.m4
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2008-05-03 01:54:45 +0200
committerPeter Simons <simons@cryp.to>2008-05-03 01:54:45 +0200
commit43827235df91360459d02c83c64347644de1d3dd (patch)
treecb7cf0e323275f04cd73a19fe243015a7f01ba82 /m4/ax_config_feature.m4
parent671e5fdc7677dd16aef53573719d1b35dfa3f999 (diff)
downloadautoconf-archive-43827235df91360459d02c83c64347644de1d3dd.tar.gz
AX_CONFIG_FEATURE: bugfix
Diffstat (limited to 'm4/ax_config_feature.m4')
-rw-r--r--m4/ax_config_feature.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_config_feature.m4 b/m4/ax_config_feature.m4
index d39aea0..11bc1fb 100644
--- a/m4/ax_config_feature.m4
+++ b/m4/ax_config_feature.m4
@@ -60,7 +60,7 @@
#
# LAST MODIFICATION
#
-# 2008-04-12
+# 2008-05-03
#
# COPYLEFT
#
@@ -154,5 +154,5 @@ AC_DEFUN([AX_CONFIG_FEATURE_ENABLE],[ dnl
dnl Feature specific
AC_DEFUN([AX_CONFIG_FEATURE_DISABLE],[ dnl
- ax_config_feature_[]patsubst([$1], -, _)[]=yes
+ ax_config_feature_[]patsubst([$1], -, _)[]=no
])