ossp-pkg/var/aclocal.m4 1.5 -> 1.6
--- aclocal.m4 2002/03/08 12:55:52 1.5
+++ aclocal.m4 2002/03/09 19:39:57 1.6
@@ -28,6 +28,14 @@
dnl ## aclocal.m4: GNU Autoconf local macro definitions
dnl ##
+AC_DEFUN(EN_PROG_CC,[dnl
+ AC_PROG_CC
+ AC_PROG_CC_STDC
+ if test ".$ac_cv_prog_cc_stdc" = .no; then
+ AC_MSG_ERROR([require an ANSI/ISO C compliant compiler])
+ fi
+])
+
dnl ##
dnl ## Check whether compiler option works
dnl ##
|
|