diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9c8c0984..f5c5e109 100644 --- a/configure.ac +++ b/configure.ac @@ -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... |