]> granicus.if.org Git - curl/commitdiff
Fixed a shell script syntax error that all of a sudden started causing this
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 May 2006 22:55:46 +0000 (22:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 May 2006 22:55:46 +0000 (22:55 +0000)
script to fail on debian unstable (some specific bash version perhaps?)

configure.ac

index 07861263ca16b3f30bd9fb8452cd9561cd519f8e..5e337fd903236bc9562c2bd54a5bd743b77a6d23 100644 (file)
@@ -1412,7 +1412,8 @@ if test x$cross_compiling != xyes; then
      AC_MSG_RESULT(no)
     ,
     dnl not invoked when crosscompiling)
-    ])
+     echo "hej"
+    )
   fi
 else
   dnl and for crosscompilings