summaryrefslogtreecommitdiff
path: root/m4/misc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/misc.m4')
-rw-r--r--m4/misc.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/m4/misc.m4 b/m4/misc.m4
index ab0d55510..83246f36c 100644
--- a/m4/misc.m4
+++ b/m4/misc.m4
@@ -50,9 +50,6 @@ AC_DEFUN([XINE_CHECK_MINMAX], [
[xine_cv_minmax=no])
])
- if test x$xine_cv_minmax = xyes; then
- ifelse([$1], , [:], [$1])
- else
- ifelse([$2], , [:], [$2])
- fi
+ AS_IF([test x$xine_cv_minmax = xyes],
+ [$1], [$2])
])