]> diplodocus.org Git - nmh/commitdiff
Prefer cc over gcc.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Wed, 11 Dec 2013 18:53:28 +0000 (10:53 -0800)
committerLyndon Nerenberg <lyndon@orthanc.ca>
Wed, 11 Dec 2013 18:53:28 +0000 (10:53 -0800)
configure.ac

index f1eadcf613dd66a74473251261028bc3b616953b..77ef7626d99fecf757705f1ead2dd617ce41e9be 100644 (file)
@@ -97,7 +97,7 @@ if test x"$enable_debug" = x"yes"; then
   test -z "$LDFLAGS" && LDFLAGS=-g
 fi
 
-AC_PROG_CC
+AC_PROG_CC(cc gcc)
 AM_PROG_CC_C_O
 
 dnl Use -v and some other options with SunStudio cc.