mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XQuartz: Fix the help text for --with-bundle-id-prefix
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
@@ -555,7 +555,7 @@ AC_ARG_WITH(apple-application-name,AS_HELP_STRING([--with-apple-application-name
|
||||
[ APPLE_APPLICATION_NAME="${withval}" ],
|
||||
[ APPLE_APPLICATION_NAME="X11" ])
|
||||
AC_SUBST([APPLE_APPLICATION_NAME])
|
||||
AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=PATH], [Prefix to use for bundle identifiers (default: org.x)]),
|
||||
AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=RDNS_PREFIX], [Prefix to use for bundle identifiers (default: 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])
|
||||
|
||||
Reference in New Issue
Block a user