From 153b641aba6fcc96aa80e86c7b7ac04233b03506 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 20 Sep 2002 15:52:21 +0000 Subject: - fix problem with HAVE_IP_MREQN - first attempt to solve the skin problem CVS patchset: 2722 CVS date: 2002/09/20 15:52:21 --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ffdbc5ef1..ca38454ba 100644 --- a/configure.ac +++ b/configure.ac @@ -652,6 +652,9 @@ dnl --------------------------------------------- dnl ip_mreqn dnl --------------------------------------------- AC_CHECK_IP_MREQN +if test x"$have_ip_mreqn" = "xyes"; then + AC_DEFINE(HAVE_IP_MREQN,1,[Define this if you have ip_mreqn in netinet/in.h]) +fi dnl --------------------------------------------- @@ -959,11 +962,14 @@ AC_DEFINE_UNQUOTED(XINE_LOCALEDIR, "$XINE_LOCALEPATH",[Path where catalog files AC_SUBST(XINE_LOCALEPATH) AC_SUBST(XINE_PLUGINDIR) -AC_SUBST(XINE_DEMUXDIR) AC_SUBST(XINE_FONTDIR) AC_SUBST(XINE_LOCALEDIR) +dnl Where architecture independent data (e.g. logo) will/should be installed +eval XINE_DATADIR="${datadir}/xine" +AC_SUBST(XINE_DATADIR) + dnl Where scripts will/should be installed. eval XINE_SCRIPTPATH="${datadir}/xine/scripts" AC_SUBST(XINE_SCRIPTPATH) -- cgit v1.2.3