From 09835f1c7f9e00ed3561968d496aa1dd6061f7ac Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 3 May 2012 16:33:29 -0700 Subject: [PATCH] Update, we don't use gnulib --- m4/pandora_canonical.m4 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/m4/pandora_canonical.m4 b/m4/pandora_canonical.m4 index c18ee3f2..81d46149 100644 --- a/m4/pandora_canonical.m4 +++ b/m4/pandora_canonical.m4 @@ -206,13 +206,6 @@ AC_DEFUN([PANDORA_CANONICAL_TARGET],[ AM_CONDITIONAL(HAVE_SPHINX,[test "x${SPHINXBUILD}" != "x:"]) AM_CONDITIONAL(HAVE_RECENT_SPHINX,[test "x${ac_cv_recent_sphinx}" = "xyes"]) - AS_IF([test "x${gl_LIBOBJS}" != "x"],[ - AS_IF([test "$GCC" = "yes"],[ - AM_CPPFLAGS="-isystem \${top_srcdir}/gnulib -isystem \${top_builddir}/gnulib ${AM_CPPFLAGS}" - ],[ - AM_CPPFLAGS="-I\${top_srcdir}/gnulib -I\${top_builddir}/gnulib ${AM_CPPFLAGS}" - ]) - ]) m4_if(m4_substr(m4_esyscmd(test -d src && echo 0),0,1),0,[ AM_CPPFLAGS="-I\$(top_srcdir)/src -I\$(top_builddir)/src ${AM_CPPFLAGS}" ],[ -- 2.30.2