Skip to content

Commit

Permalink
configure: use AC_PATH_PROGS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jun 11, 2015
1 parent bddac4f commit e17375d
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 @@ -70,7 +70,7 @@ AC_ARG_VAR([DESKTOP_FILE_VALIDATE], [Validator for desktop entry files])
AC_CHECK_PROGS(DESKTOP_FILE_VALIDATE, [${DESKTOP_FILE_VALIDATE} desktop-file-validate], :)
AC_PATH_PROG(YASM, yasm)
AC_ARG_VAR([BUILDCC], [Build system C99 compiler command])
AC_PATH_PROG(BUILDCC, [c99-gcc c99])
AC_PATH_PROGS(BUILDCC, [c99-gcc c99])

dnl Check for compiler properties
AC_C_CONST
Expand Down

0 comments on commit e17375d

Please sign in to comment.