workaround..
[lttv.git] / ltt / branches / poly / configure.in
index 47c2e7f99f63c348d063d74ac3e26efd8a31eca2..cd88d33bb2964138d5473c29ec2b9b482ccaba62 100644 (file)
@@ -5,7 +5,6 @@ AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
 AM_CONFIG_HEADER([config.h])
-AC_PROG_LIBTOOL
 AM_PROG_LIBTOOL
 AM_PATH_GLIB_2_0
 
@@ -45,7 +44,7 @@ lttlibdir="${libdir}/ltt"
 AC_SUBST(lttlibdir)
 
 
-DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
+DEFAULT_INCLUDES="-I\$(top_srcdir)/include -I/usr/include/glib-2.0"
 AC_SUBST(DEFAULT_INCLUDES)
 
 lttvincludedir="${includedir}/lttv"
This page took 0.022066 seconds and 4 git commands to generate.