From 3fdf7a77f200042a4086bb05d4c99e85b7598292 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sat, 24 Nov 2007 23:15:32 +0000 Subject: Merge of 23726: Roy Marples: need to suppress [...] quoting in case in configure. --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 840b5dbec..a5d99a637 100644 --- a/configure.ac +++ b/configure.ac @@ -2167,6 +2167,10 @@ char *argv[]; zsh_cv_sys_elf=yes, zsh_cv_sys_elf=no, zsh_cv_sys_elf=yes)]) + + # We use [0-9]* in case statements, so need to change quoting + changequote(, ) + DL_EXT="${DL_EXT=so}" if test $zsh_cv_sys_elf = yes; then case "$host" in @@ -2269,6 +2273,10 @@ char *argv[]; esac ;; esac + + # Done with our shell code, so restore autotools quoting + changequote([, ]) + AC_CACHE_CHECK(if we can use -rdynamic, zsh_cv_rdynamic_available, old_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -rdynamic" -- cgit 1.4.1