summaryrefslogtreecommitdiff
blob: 0a6bcaf4ebce87a671050c24ca7fff84f97f1f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@
 dnl
 dnl Use these compiler flags if we have gcc.
 dnl
-if test $ac_cv_prog_gcc = yes; then
+if test $ac_cv_prog_gcc_not_on_gentoo = yes; then
   CCOPTS='-O2 -Wall'
   CFLAGS="$CCOPTS"
 fi