From 31303917da2b647d166d1ae63f361de55ee25b09 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 22:44:00 +0000 Subject: [PATCH] add check for libpopt git-svn-id: http://ltt.polymtl.ca/svn@77 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 0c7cbec1..2eaa4279 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -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 -- 2.34.1