Skip to content
Snippets Groups Projects
Commit 2c7026d7 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

optimization (mostly for NT)

Rev: src/aclocal.m4:1.9
parent 60bae53d
No related branches found
No related tags found
No related merge requests found
pushdef([AC_PROG_CC_WORKS],
[
popdef([AC_PROG_CC_WORKS])
if test "${ac_prog_cc_works_this_run-}" != "yes" ; then
AC_PROG_CC_WORKS
ac_prog_cc_works_this_run="${ac_cv_prog_cc_works-no}"
export ac_prog_cc_works_this_run
else
AC_MSG_RESULT([whether the C compiler ($CC $CFLAGS $LDFLAGS) works... yes])
fi
])
pushdef([AC_PROG_CC],
[
popdef([AC_PROG_CC])
......@@ -32,7 +44,7 @@ pushdef([AC_CONFIG_HEADER],
define([AC_LOW_MODULE_INIT],
[
# $Id: aclocal.m4,v 1.8 1999/04/25 18:53:29 grubba Exp $
# $Id: aclocal.m4,v 1.9 1999/05/08 00:27:40 hubbe Exp $
MY_AC_PROG_CC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment