Add missing stdio header for fprintf
[lttng-tools.git] / configure.ac
index bbd5914454c9738a4294a07740b41c07a46aa323..96f1f1bd7b76eb1a9fc94ce8b2c0878cb6fb1fdc 100644 (file)
@@ -38,7 +38,7 @@ AC_CHECK_DECL([cds_list_add], [],
        [AC_MSG_ERROR([liburcu 0.5.4 or newer is needed])], [[#include <urcu/list.h>]]
 )
 
-CFLAGS="-Wall $CFLAGS -g"
+CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing"
 
 AC_PROG_CC
 AC_PROG_LIBTOOL
@@ -48,9 +48,10 @@ AC_CONFIG_FILES([
        include/Makefile
        liblttngctl/Makefile
        liblttsessiondcomm/Makefile
+       ltt-sessiond/Makefile
        lttng/Makefile
        tests/Makefile
-       ltt-sessiond/Makefile
+       tests/ltt-sessiond/Makefile
 ])
 
 AC_OUTPUT
This page took 0.02281 seconds and 4 git commands to generate.