Kaydet (Commit) f0446301 authored tarafından Andre Fischer's avatar Andre Fischer Kaydeden (comit) Caolán McNamara

Fixed typo (missing $) in configure.ac

(cherry picked from commit e755623a)

Conflicts:
	configure.in

Change-Id: I2a7a9ab83ac29c0306366303374e93ab08cd10ce
üst 951cdf4c
...@@ -6900,7 +6900,7 @@ if test "$enable_epm" = "yes"; then ...@@ -6900,7 +6900,7 @@ if test "$enable_epm" = "yes"; then
AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.]) AC_MSG_ERROR([dpkg needed for deb creation. Install dpkg.])
fi fi
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 if test "$_os" = "Darwin"; then
AC_MSG_CHECKING([for PackageMaker availability]) AC_MSG_CHECKING([for PackageMaker availability])
if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then if ! test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment