aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0df5c2f..9f8add8 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -102,16 +102,3 @@ else
fi
AC_SUBST($1)])
-# Define a conditional.
-
-AC_DEFUN(AM_CONDITIONAL,
-[AC_SUBST($1_TRUE)
-AC_SUBST($1_FALSE)
-if $2; then
- $1_TRUE=
- $1_FALSE='#'
-else
- $1_TRUE='#'
- $1_FALSE=
-fi])
-