Oh good, AC_PROG_OBJCXX only checks. I thought it would have made objc++ mandatory. Fix

This commit is contained in:
Jonathan Campbell
2018-05-07 12:46:44 -07:00
parent 1be03b2420
commit 205816b8f8
2 changed files with 2 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ AC_PROG_MAKE_SET
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX
AC_PROG_OBJCXX
AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PREFIX_DEFAULT([/usr/local])
@@ -289,7 +290,6 @@ case "$host" in
dnl to do more to distinguish them.
dnl For now I am lazy and do not add proper detection code.
macosx=1
AC_PROG_OBJCXX
OBJCXXFLAGS="$OBJCXXFLAGS -std=gnu++0x";
AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
LIBS="$LIBS -framework CoreMIDI -framework AudioUnit -framework AudioToolbox"