summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ul.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ul.m4 b/m4/ul.m4
index ed7227c51..db04c1269 100644
--- a/m4/ul.m4
+++ b/m4/ul.m4
@@ -432,7 +432,7 @@ AC_DEFUN([UL_DEFAULT_ENABLE], [
dnl UL_ENABLE_ALIAS(NAME, MASTERNAME)
dnl
-dnl Initializes $enable_<name> variable according to $build_<mastername>. This
+dnl Initializes $enable_<name> variable according to $enable_<mastername>. This
dnl is usefull for example if you want to use one --enable-mastername option
dnl for group of programs.
dnl
@@ -440,7 +440,7 @@ AC_DEFUN([UL_ENABLE_ALIAS], [
m4_define([suffix], $1)
m4_define([mastersuffix], $2)
- enable_[]suffix=$build_[]mastersuffix
+ enable_[]suffix=$enable_[]mastersuffix
])