Browse Source

build: call AM_PROG_CC_C_O as requested by autoreconf

tags/json-c-0.12-20140410
Ross Burton 12 years ago
parent
commit
89535bb1ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure.in

+ 1
- 0
configure.in View File

@@ -20,6 +20,7 @@ AM_CONDITIONAL(ENABLE_OLDNAME_COMPAT, [test "x${enable_oldname_compat}" != "xno"
# Checks for libraries.

# Checks for header files.
AM_PROG_CC_C_O
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(json_config.h)
AC_HEADER_STDC


Loading…
Cancel
Save