fix errno
[lttv.git] / ltt / branches / poly / configure.in
index 944bb0704d83b2452e286bde53f23bbca27bd96c..62db1a533105582faabbcdda60aaecd23a264cca 100644 (file)
@@ -40,6 +40,8 @@ AC_PROG_CC
 AC_CHECK_LIB([popt], [poptGetNextOpt], POPT_LIBS="-lpopt",AC_MSG_ERROR([libpopt is required in order to compile LinuxTraceToolkit])  )
 #AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.])  )
 
+AC_CHECK_LIB([util], [forkpty], UTIL_LIBS="-lutil", AC_MSG_ERROR([libutil is
+required in order to compile LinuxTraceToolkit]))
 
 # Checks for header files.
 AC_HEADER_STDC
@@ -90,6 +92,7 @@ lttvwindowincludedir="${includedir}/lttvwindow"
 
 
 AC_SUBST(POPT_LIBS)
+AC_SUBST(UTIL_LIBS)
 AC_SUBST(lttvlibdir)
 AC_SUBST(lttvplugindir)
 AC_SUBST(lttlibdir)
@@ -115,6 +118,7 @@ AC_CONFIG_FILES([Makefile
                 lttv/modules/gui/detailedevents/Makefile
                 lttv/modules/gui/statistics/Makefile
      lttv/modules/gui/filter/Makefile
+     lttv/modules/gui/tracecontrol/Makefile
                 lttd/Makefile
                 ltt/Makefile
                 ltt/convert/Makefile
@@ -126,5 +130,6 @@ AC_CONFIG_FILES([Makefile
      doc/user/Makefile
      doc/user/user_guide/Makefile
      doc/user/user_guide/docbook/Makefile
-     doc/user/user_guide/html/Makefile])
+     doc/user/user_guide/html/Makefile
+     facilities/Makefile])
 AC_OUTPUT
This page took 0.022882 seconds and 4 git commands to generate.