Skip to content
Snippets Groups Projects
Commit 0cdc3815 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

ios: add HAVE_IOS conditionnal

Change-Id: I1dd105a216d111d2a33a2e27fb2664d995aa61a9
Tuleap: #313
parent 769c192a
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ AM_CONDITIONAL(HAVE_LINUX, test "${SYS}" = "linux")
AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
AM_CONDITIONAL(HAVE_WIN64, test "${HAVE_WIN64}" = "1")
AM_CONDITIONAL(HAVE_OSX, test "${HAVE_OSX}" = "1")
AM_CONDITIONAL(HAVE_IOS, test "${HAVE_IOS}" = "1")
dnl FIXME this should be deduced automatically
AC_DEFINE_UNQUOTED([HAVE_COREAUDIO],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment