I’m building glib2 v2.20.4 on Mac OS X 10.5. I’d
like to be able to build glib2 so that it doesn’t have any Carbon dependencies.
By default, the configure script checks for Carbon and #defines the HAVE_CARBON
macro in configure.h and adds ‘-framework Carbon’ to LDFLAGS. What argument do I pass to the configure script so that it
will skip the Carbon test? Thanks, aaron |