From: compudj Date: Fri, 30 May 2003 22:44:00 +0000 (+0000) Subject: add check for libpopt X-Git-Tag: v0.12.20~3412 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=31303917da2b647d166d1ae63f361de55ee25b09;p=lttv.git add check for libpopt git-svn-id: http://ltt.polymtl.ca/svn@77 04897980-b3bd-0310-b5e0-8ef037075253 --- 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