ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/libopm/configure.ac
(Generate patch)

Comparing hopm/trunk/src/libopm/configure.ac (file contents):
Revision 5058 by michael, Mon Dec 22 13:36:06 2014 UTC vs.
Revision 5059 by michael, Mon Dec 22 13:43:00 2014 UTC

# Line 25 | Line 25 | dnl     AC_HELP_STRING([--with-faldo],
25   dnl     [make some use of Nick Faldo]))
26  
27   dnl Checks for programs.
28 < AC_PROG_CC
28 > AC_PROG_CC_C99
29 > AS_IF([test "$ac_cv_prog_cc_c99" = "no"],
30 >    [AC_MSG_ERROR([no suitable C99 compiler found. Aborting.])])
31   AC_PROG_LIBTOOL
32   AC_SUBST(LIBTOOL_DEPS)
33  
# Line 44 | Line 46 | AC_C_CONST
46   AC_TYPE_SIZE_T
47   AC_HEADER_TIME
48  
47 AC_FUNC_SNPRINTF
48
49   dnl if they want select() or they don't have poll() then we need to check
50   dnl that we actually have select()
51   if test "$have_sys_poll_h" = "no"; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines