summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-06-29 06:18:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-02 13:22:27 +0100
commitf04463012e630f439dd0004120c6717b90c52a54 (patch)
treea6dbfd008de82f0e6fd73eb1c53f6a336a3ffcc6 /configure.ac
parent951cdf4c406292d79766c4dbf1d19e8464134eec (diff)
Fixed typo (missing $) in configure.ac
(cherry picked from commit e755623a1d2cb24fc8c339eb0c0888c42d6c0ba7) Conflicts: configure.in Change-Id: I2a7a9ab83ac29c0306366303374e93ab08cd10ce
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 0f19e1b09116..25fc5cd086e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6900,7 +6900,7 @@ if test "$enable_epm" = "yes"; then
AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.])
fi
fi
- if echo "PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then
+ if echo "$PKGFORMAT" | $EGREP osx 2>&1 >/dev/null; then
if test "$_os" = "Darwin"; then
AC_MSG_CHECKING([for PackageMaker availability])
if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then