Skip to content

Commit

Permalink
configure.ac: AC_PROG_CC->AC_PROG_CC_STDC
Browse files Browse the repository at this point in the history
This addresses a failure I ran into on el7 where we failed to build
because -std=c99 wasn't utilized during compile.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
  • Loading branch information
tasleson authored and bkucman committed Mar 12, 2024
1 parent 6286bd2 commit 1c3185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LIBLED_LIBTOOL_VERSION=$CURRENT:$REVISION:$AGE

AC_SUBST([LIBLED_LIBTOOL_VERSION])

AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_INSTALL

AC_CONFIG_HEADERS([config_ac.h])
Expand Down

0 comments on commit 1c3185e

Please sign in to comment.