From f0ff0371b3f370a9a27888b6fc0c0b18bdbeaf05 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 18 Feb 2011 03:33:16 +0100 Subject: Oops, fix syntax error in last config.rpath commit. --- build-aux/config.rpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/config.rpath') 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 -- cgit v1.2.1