summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-23 21:43:52 -0400
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-24 06:28:12 +0000
commitff6a6940aafa2164c5f53b1d4c09dfe995b562b8 (patch)
tree4c4df5174e54f47979801fa10e18958ab047b640 /configure.ac
parent97bad49ffa297d25f0dfe19b7984f91e5e601945 (diff)
fix a typo in gbuild help and improve a autoconf error message
Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e Reviewed-on: https://gerrit.libreoffice.org/11616 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a896810b7475..ee434df950e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9680,7 +9680,7 @@ dnl Checking for patch
dnl ***************************************
AC_PATH_PROG(PATCH, patch)
if test -z "$PATCH"; then
- AC_MSG_ERROR([\"patch\" not found in \$PATH, install it])
+ AC_MSG_ERROR(["patch" not found in \$PATH, install it])
fi
dnl On Solaris, FreeBSD or MacOS X, check if --with-gnu-patch was used