summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNarayanan V <v.narayanan@sun.com>2008-08-11 16:55:09 +0530
committerNarayanan V <v.narayanan@sun.com>2008-08-11 16:55:09 +0530
commitb728b83536298a795123fc4740d4f6ba96aff026 (patch)
tree9fa0194adec74687064e27a8fede32ed7a9f5348 /configure.in
parentbd441c4d60e0a31086eab82ea7eb5efe86ca8ece (diff)
downloadmariadb-git-b728b83536298a795123fc4740d4f6ba96aff026.tar.gz
WL#4380
Added a comment to the abi_check related part of configure.in configure.in: Added a comment to the abi_check related part of configure.in
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fea03dbf63a..f20aa5ab49b 100644
--- a/configure.in
+++ b/configure.in
@@ -444,6 +444,8 @@ AC_SUBST(HOSTNAME)
AC_SUBST(PERL)
AC_SUBST(PERL5)
+# Enable the abi_check rule only if gcc is available
+
if expr "$CC" : ".*gcc.*"
then
ABI_CHECK="abi_check"