make lttctl and lttd interaction more standard : real daemon
[lttv.git] / ltt / branches / poly / configure.in
index ff00a4cda299b315e50a465f434ebe8c5f4842ac..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)
This page took 0.022927 seconds and 4 git commands to generate.