Changeset 782


Ignore:
Timestamp:
Feb 19, 2009, 11:12:17 PM (15 years ago)
Author:
Peter Johansson
Message:

configure now fails if long long int is not supported by compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r781 r782  
    9797YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-pedantic -Wno-long-long])
    9898AC_TYPE_LONG_LONG_INT
    99 
    100 AC_ARG_ENABLE(debug,
     99AS_IF([test x$ac_cv_type_long_long_int = xno],
     100      [AC_MSG_ERROR([compiler does not support long long int])]
     101     )
     102
     103AC_ARG_ENABLE([debug],
    101104  [AS_HELP_STRING([--enable-debug],[turn on debug options and code])],
    102105  [YAT_CXX_ADD_FLAG([SD_CXXFLAGS],[-g -O])],
Note: See TracChangeset for help on using the changeset viewer.