summaryrefslogtreecommitdiff
path: root/build-aux/config.rpath
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-18 03:33:16 +0100
committerBruno Haible <bruno@clisp.org>2011-02-18 03:33:16 +0100
commitf0ff0371b3f370a9a27888b6fc0c0b18bdbeaf05 (patch)
treef1fdfd290745d4c0a873fd4733b154c77e6d0db0 /build-aux/config.rpath
parent572fa0665d6cec59ee11663afb7fe3954cd5c4cb (diff)
downloadgnulib-f0ff0371b3f370a9a27888b6fc0c0b18bdbeaf05.tar.gz
Oops, fix syntax error in last config.rpath commit.
Diffstat (limited to 'build-aux/config.rpath')
-rwxr-xr-xbuild-aux/config.rpath2
1 files changed, 1 insertions, 1 deletions
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