~armagetronad-dev/armagetronad/0.4-armagetronad-work

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Manuel Moos
  • Date: 2018-09-23 09:53:00 UTC
  • Revision ID: z-man@users.sf.net-20180923095300-px63ntw0ghz9744a
isblank() is in a standard c++ header, so we can now rely on it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1308
1308
 
1309
1309
dnl Checks for library functions.
1310
1310
AC_CHECK_FUNCS(select)
1311
 
AC_CHECK_FUNCS(atan2f sinf cosf tanf sqrtf logf expf fabsf floorf pow10 pow10f isblank)
 
1311
AC_CHECK_FUNCS(atan2f sinf cosf tanf sqrtf logf expf fabsf floorf pow10 pow10f)
1312
1312
AC_CHECK_FUNCS(wmemset)
1313
1313
 
1314
1314
# if the compiler is GCC -Os produces faulty code (exceptions cause crashes), at least on AMD64. Replace it with -O2.