Browse Source

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
pull/374/head
Narayanan V 18 years ago
parent
commit
b728b83536
  1. 2
      configure.in

2
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"

Loading…
Cancel
Save