]> diplodocus.org Git - nmh/blobdiff - configure.ac
Remove the Solaris cc hack; the buildbot should have the correct
[nmh] / configure.ac
index 3e37b885f05b9df227d80280af12becc04682514..127eea2e6617d443f69b44a41d1ceef96162bf39 100644 (file)
@@ -97,12 +97,6 @@ if test x"$enable_debug" = x"yes"; then
   test -z "$LDFLAGS" && LDFLAGS=-g
 fi
 
   test -z "$LDFLAGS" && LDFLAGS=-g
 fi
 
-dnl Use SunStudio cc on Solaris.
-if test -d /opt/solarisstudio12.3/bin; then
-  PATH=/opt/solarisstudio12.3/bin:$PATH
-  CC=/opt/solarisstudio12.3/bin/cc; export CC
-fi
-
 AC_PROG_CC([cc clang gcc])
 AM_PROG_CC_C_O
 
 AC_PROG_CC([cc clang gcc])
 AM_PROG_CC_C_O