summaryrefslogtreecommitdiff
path: root/qdbm
diff options
context:
space:
mode:
Diffstat (limited to 'qdbm')
-rw-r--r--qdbm/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qdbm/configure.in b/qdbm/configure.in
index ee8da2e1..90cc6ebf 100644
--- a/qdbm/configure.in
+++ b/qdbm/configure.in
@@ -179,7 +179,7 @@ then
MYOPTS="-minline-all-stringops"
fi
-if uname | egrep -iq 'FreeBSD' && cc -v 2>&1 | egrep -iq ' clang '; then
+if $CC -v 2>&1 | egrep -iq ' clang '; then
MYOPTS="-O1 -fno-omit-frame-pointer"
elif uname | egrep -iq 'SunOS' || \
uname | egrep -iq 'BSD' || \