Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-01-01 22:35:25 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-01-01 22:35:25 (GMT)
commit3989bd681d417adf47c6f6ce69b9afdab0cb1d7e (patch)
tree12718d8d7b0f073a7bb6603bc36921f97068a92c /configure.in
parent7ba6c6e33ae382989ced2212dec51b02fa5b6803 (diff)
Removed dependancie on libpopt, use glib's GOption instead
* configure.in * src/gcompris/gcompris.c svn path=/trunk/; revision=2440
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index f7fc1fe..af6ae85 100644
--- a/configure.in
+++ b/configure.in
@@ -93,10 +93,6 @@ AC_SUBST(XML_LIBS)
dnl glib-genmarshal
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
-dnl popt
-AC_CHECK_LIB(popt, poptDupArgv,,
-AC_MSG_ERROR([You must have popt 1.5 or newer to compile gcompris.]))
-
AM_ICONV
dnl XF86VidMode allows us to set the screen resolution dynamically