Skip to content

Commit

Permalink
Fixed configure.in
Browse files Browse the repository at this point in the history
  • Loading branch information
tanob committed Jun 21, 2010
1 parent b75e45e commit f99b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -76,7 +76,7 @@ dnl TODO: PREANSI for win32

if test x$os = xdarwin; then
AC_MSG_NOTICE([Using vDSP on OS X])
LIBS="$LIBS -framework Accelerate"
LIBS="$LIBS -XCClinker -framework -XCClinker Accelerate"
FFT_WRAPPER="fftlibvdsp_op.cpp"
AM_CONDITIONAL(FFTW3, false)
AM_CONDITIONAL(VDSP, true)
Expand Down

0 comments on commit f99b32c

Please sign in to comment.