Changeset 10830


Ignore:
Timestamp:
05/26/11 16:12:27 (13 years ago)
Author:
tbretz
Message:
Added support for _GNU_SOURCE as needed by the event-builder.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure.ac

    r10717 r10830  
    1414AC_CONFIG_MACRO_DIR([.macro_dir])
    1515AC_CONFIG_AUX_DIR([.aux_dir])
     16
    1617AC_PROG_CC([colorgcc gcc])
    17  #If output variable CXXFLAGS was not already set, set it to -g -O2
    1818AC_PROG_CXX([colorgcc g++])
     19
     20######################################################################
     21# GNUC extension support (needed for the evnt builder)
     22######################################################################
     23
     24AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE)
     25
     26######################################################################
     27# Setup the libtool and the language
     28######################################################################
     29
    1930LT_INIT([disable-static])
    2031AC_LANG(C++)
Note: See TracChangeset for help on using the changeset viewer.