new version of the reading API
[lttv.git] / ltt / branches / poly / configure.in
index 0c7cbec19469920ed5e46db3f75bde80fcc6e400..2eaa4279e65fc45cd32cae6621d560a6f4ad626b 100644 (file)
@@ -14,7 +14,7 @@ AM_PATH_GLIB_2_0(2.0.0, ,AC_MSG_ERROR([glib is required in order to compile Linu
 AC_PROG_CC
 
 # Checks for libraries.
-AC_CHECK_LIB([popt], [poptGetNextOpt])
+AC_CHECK_LIB([popt], [poptGetNextOpt], ,AC_MSG_ERROR([libpopt is required in order to compile LinuxTraceToolkit])  )
 
 # Checks for header files.
 AC_HEADER_STDC
This page took 0.023678 seconds and 4 git commands to generate.