Don't put newlines in AC macros that can't handle them!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18952 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure
index 1b47b61..b0545cf 100755
--- a/configure
+++ b/configure
@@ -26618,10 +26618,7 @@
 
 
 
-
-
 for ac_func in backtrace getcwd gettimeofday isatty getrusage mkstemp mktemp
-                mkdtemp realpath
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -26725,7 +26722,9 @@
 
 
 
-for ac_func in strdup strtoq strtoll
+
+
+for ac_func in mkdtemp realpath strdup strtoq strtoll
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5