Merge pull request #263 from bhundven/freebsd_patch_fix

configure: fix search for gpatch for FreeBSD
This commit is contained in:
Bryan Hundven 2015-11-14 23:14:04 -08:00
commit 80e8c1135d

View File

@ -176,7 +176,7 @@ ACX_CHECK_PROGS_REQ([help2man], [help2man])
#--------------------------------------------------------------------
# Still boring, but remember the path, now...
#--------------------------------------------------------------------
ACX_PATH_PROGS_REQ([PATCH], [patch])
ACX_PATH_TOOL_REQ([PATCH], [gpatch patch])
#--------------------------------------------------------------------
# And a bunch of less boring tests...