Navigation Menu

Skip to content

Commit

Permalink
Re-support old autoconf that doesn't have AC_PROG_CC_C99
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 13, 2015
1 parent fef3196 commit 8c6d7a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -75,7 +75,8 @@ AC_MSG_RESULT([$solaris])
AC_C_BIGENDIAN
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CC_C99
m4_ifdef([AC_PROG_CC_C99],
[AC_PROG_CC_C99])
AM_PROG_CC_C_O
m4_ifdef([PKG_PROG_PKG_CONFIG],
[PKG_PROG_PKG_CONFIG([0.19])
Expand Down

0 comments on commit 8c6d7a4

Please sign in to comment.