Skip to content

Commit

Permalink
Fix configure error when gperf is absent
Browse files Browse the repository at this point in the history
  • Loading branch information
esabol committed Sep 15, 2023
1 parent 56761cd commit 37b71d6
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 37b71d6

Please sign in to comment.