Skip to content

Commit

Permalink
Support newer autoconf versions correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Sep 15, 2014
1 parent e39e48c commit 2ffcf3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -10,6 +10,8 @@ AC_PROG_LIBTOOL
AC_C_CONST
AC_HEADER_STDC

AM_PROG_CC_C_O

test_gcc_flag() {
# AC_LANG_CONFTEST([int main() {}])
$CC -c conftest.c $CFLAGS $@ > /dev/null 2> /dev/null
Expand Down

0 comments on commit 2ffcf3d

Please sign in to comment.