From: Bruno Haible Date: Fri, 18 Feb 2011 02:33:16 +0000 (+0100) Subject: Oops, fix syntax error in last config.rpath commit. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ff0371b3f370a9a27888b6fc0c0b18bdbeaf05;p=pspp Oops, fix syntax error in last config.rpath commit. --- diff --git a/build-aux/config.rpath b/build-aux/config.rpath index 2cd2f2ed92..8bd7f5d726 100755 --- a/build-aux/config.rpath +++ b/build-aux/config.rpath @@ -358,7 +358,7 @@ else ;; darwin* | rhapsody*) hardcode_direct=no - if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; }; then + if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then : else ld_shlibs=no