Skip to content

Commit

Permalink
Merge pull request #377 from esabol/fix-configure-error-when-gperf-is…
Browse files Browse the repository at this point in the history
…-absent

Issue #376: Fix configure error when gperf is absent
  • Loading branch information
esabol authored Sep 25, 2023
2 parents 56761cd + 37b71d6 commit 7b30266
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 @@ -125,7 +125,7 @@ AC_CHECK_PROGS([RPMDEV_SETUPTREE],[rpmdev-setuptree])
AC_CHECK_PROGS([RPM],[rpm])
AC_PATH_PROG([GPERF],['gperf'],[])
AS_IF([test -z "$GPERF"],
[AC_MSG_ERROR([could not find gperf])]])
[AC_MSG_ERROR([Unable to find gperf])])
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
Expand Down

0 comments on commit 7b30266

Please sign in to comment.