Index: /trunk/FACT++/configure.ac
===================================================================
--- /trunk/FACT++/configure.ac	(revision 10829)
+++ /trunk/FACT++/configure.ac	(revision 10830)
@@ -14,7 +14,18 @@
 AC_CONFIG_MACRO_DIR([.macro_dir])
 AC_CONFIG_AUX_DIR([.aux_dir])
+
 AC_PROG_CC([colorgcc gcc])
- #If output variable CXXFLAGS was not already set, set it to -g -O2
 AC_PROG_CXX([colorgcc g++])
+
+######################################################################
+# GNUC extension support (needed for the evnt builder)
+######################################################################
+
+AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE)
+
+######################################################################
+# Setup the libtool and the language
+######################################################################
+
 LT_INIT([disable-static])
 AC_LANG(C++)
