Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 391675
Collapse All | Expand All

(-)swh-plugins-0.4.15/configure.in (-3 / +3 lines)
Lines 87-95 Link Here
87
AC_CHECK_FUNC(shm_open,,[AC_CHECK_LIB(rt,shm_open)])
87
AC_CHECK_FUNC(shm_open,,[AC_CHECK_LIB(rt,shm_open)])
88
AC_C99_FUNC_LRINTF()
88
AC_C99_FUNC_LRINTF()
89
89
90
AC_ARG_ENABLE(3dnow, [  --enable-3dnow Enables 3DNow! acceleration], AC_DEFINE_UNQUOTED(ACCEL_3DNOW, ""))
90
AC_ARG_ENABLE(3dnow, [  --enable-3dnow Enables 3DNow! acceleration], AS_IF($enableval = yes, AC_DEFINE_UNQUOTED(ACCEL_3DNOW, "")))
91
AC_ARG_ENABLE(sse, [  --enable-sse Uses SSE instructions where possible, requires gcc3 and a processor with SSE support], USE_SSE="-msse -mfpmath=sse -malign-double")
91
AC_ARG_ENABLE(sse, [  --enable-sse Uses SSE instructions where possible, requires gcc3 and a processor with SSE support], AS_IF($enableval = yes, USE_SSE="-msse -mfpmath=sse -malign-double"))
92
AC_ARG_ENABLE(darwin, [  --enable-darwin Builds plugins that will be shared object in the Darwin OS], DARWIN_CFLAGS="-fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o")
92
AC_ARG_ENABLE(darwin, [  --enable-darwin Builds plugins that will be shared object in the Darwin OS], AS_IF($enableval = yes, DARWIN_CFLAGS="-fno-common -flat_namespace -bundle -undefined suppress -lbundle1.o"))
93
93
94
CFLAGS=$lrintf_save_CFLAGS -I@top_srcdir@/intl -I@top_srcdir@
94
CFLAGS=$lrintf_save_CFLAGS -I@top_srcdir@/intl -I@top_srcdir@
95
95

Return to bug 391675