Skip to content

Commit

Permalink
[configure.ac] Add AM_PROG_CC_C_O
Browse files Browse the repository at this point in the history
Needed for per-target flags in test/Makefile.am
  • Loading branch information
Behdad Esfahbod committed Sep 5, 2008
1 parent 4edfdb4 commit 620e19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/configure.ac.tools
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GTK_DOC_CHECK([1.6])
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency)
AM_PROG_CC_C_O
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
AC_C_INLINE
Expand Down

0 comments on commit 620e19e

Please sign in to comment.