bits but existing Fink installs will be 32 bits. DisOrder's default
is liable to change when I change my Fink l-)
Use --with-bits=32 or --with-bits=64 to override the default.
--without-gtk Don't build GTK+ client (Disobedience)
--without-python Don't build Python support
--without-gtk Don't build GTK+ client (Disobedience)
--without-python Don't build Python support
+ On a Mac you can use --with-bits=64 to request a 64-bit build. The default
+ is 32 bits. You will need suitable versions of all the libraries used.
+
If configure cannot guess where your web server keeps its HTML documents and
CGI programs, you may have to tell it, for instance:
If configure cannot guess where your web server keeps its HTML documents and
CGI programs, you may have to tell it, for instance:
[want_tests=$withval])
AC_ARG_WITH([gtk-osx],
[AS_HELP_STRING([--with-gtk-osx],
[want_tests=$withval])
AC_ARG_WITH([gtk-osx],
[AS_HELP_STRING([--with-gtk-osx],
+ [use native GTK+ (OS X only)])],
+AC_ARG_WITH([bits],
+ [AS_HELP_STRING([--with-bits=64],
+ [request a 64-bit build (OS X only)])],
+ [BITS=$withval])
AC_MSG_CHECKING([for a known target platform])
case "$host" in
AC_MSG_CHECKING([for a known target platform])
case "$host" in
;;
*-apple-darwin* )
AC_MSG_RESULT([Mac OS X])
;;
*-apple-darwin* )
AC_MSG_RESULT([Mac OS X])
+ AC_MSG_CHECKING([bitness])
+ if test "x$BITS" = "x"; then
+ BITS=32
+ fi
+ AC_MSG_RESULT([$BITS])
+ CC="$CC -m$BITS"
if test $want_coreaudio = yes; then
COREAUDIO="-framework CoreFoundation -framework CoreServices -framework CoreAudio"
fi
if test $want_coreaudio = yes; then
COREAUDIO="-framework CoreFoundation -framework CoreServices -framework CoreAudio"
fi