]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
configure: Allow compiler to be specified with the path
authorAidan Van Dyk <aidan@ifax.com>
Tue, 17 Feb 2009 14:54:13 +0000 (14:54 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Tue, 17 Feb 2009 14:54:13 +0000 (14:54 +0000)
If they have the path on them, these matches don't work.  It's obviously
been see before for *CC-*-irix, but we need this for all of them.

configure

index 6c3c7ec321a71d2cdefbcedec66cdc3b9fe6efb6..e55f54680bc1376e6b58e606067bb407ed8d9241 100755 (executable)
--- a/configure
+++ b/configure
@@ -1091,13 +1091,13 @@ if [ -z "$GCXXOPTS" ]; then
     *CC-*-irix*)               # cfront-based or cfront-compatible
        GCXXOPTS='+a1 +w +p'
        ;;
-    xlC-*-aix*)
+    *xlC-*-aix*)
        GCXXOPTS='-qlanglvl=compat -I/usr/lpp/xlC/include -I/usr/include'
        ;;
-    CC-*-sco3.2v5.*)           # cfront-based or cfront-compatible
+    *CC-*-sco3.2v5.*)          # cfront-based or cfront-compatible
        GCXXOPTS='+a1 +p'
        ;;
-    CC-*-sysv5*)                # CC here needs this, cc doesn't
+    *CC-*-sysv5*)                # CC here needs this, cc doesn't
         GCXXOPTS='-Wf,--variadic_macro'
         ;;
     *)