diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-11 17:27:52 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-11 17:29:49 -0700 |
commit | a558a66d249cd51d3d675b20cc3a76651fd87930 (patch) | |
tree | 65a90751720492a26b258df696b61ec3ad2979c7 | |
parent | c89a6f824eaf647d2b182f79fbd78f5bd1c3a27f (diff) |
configure.ac: XQuartz: Fix support for the deprecated --with-launchd-id-prefix
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 61caaed8e..a4740739d 100644 --- a/configure.ac +++ b/configure.ac @@ -566,8 +566,7 @@ AC_ARG_WITH(launchd-id-prefix, AS_HELP_STRING([--with-launchd-id-prefix=PATH], [ BUNDLE_ID_PREFIX="${withval}" ], [ BUNDLE_ID_PREFIX="org.x" ]) AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=PATH], [Prefix to use for bundle identifiers (default: org.x)]), - [ BUNDLE_ID_PREFIX="${withval}" ], - [ BUNDLE_ID_PREFIX="org.x" ]) + [ BUNDLE_ID_PREFIX="${withval}" ]) AC_SUBST([BUNDLE_ID_PREFIX]) AC_DEFINE_UNQUOTED(BUNDLE_ID_PREFIX, "$BUNDLE_ID_PREFIX", [Prefix to use for bundle identifiers]) AC_ARG_ENABLE(sparkle,AS_HELP_STRING([--enable-sparkle], [Enable updating of X11.app using the Sparkle Framework (default: disabled)]), |