Skip to content

Commit 99451c1

Browse files
committed
configure: fix typo
1 parent 7337ab4 commit 99451c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void func() {
241241
MKL_LONG result=DftiCreateDescriptor(&h, DFTI_SINGLE, DFTI_REAL, 0);
242242
}]])],
243243
[AC_MSG_RESULT(yes)],
244-
[AC_MSG_FAILURE([Failed to compile MKL test program. Make sure you set CFLAGS to include the include directory and set LDFLAGS to include the library directory and all necesarry libraries.])]
244+
[AC_MSG_FAILURE([Failed to compile MKL test program. Make sure you set CFLAGS to include the include directory and set LDFLAGS to include the library directory and all necessary libraries.])]
245245
)
246246
],
247247
[AC_MSG_FAILURE([Unknown FFT $FFT specified for --with-fft])]

0 commit comments

Comments
 (0)