From 32b43d1afb893f5477a6ad041e8c34fc4f9e0111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Thu, 24 Feb 2011 22:54:53 +0000 Subject: videogrid don't need gem headers svn path=/trunk/externals/pdvjtools/; revision=14963 --- videogrid/configure.ac | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/videogrid/configure.ac b/videogrid/configure.ac index 201f18b..b6c5b41 100755 --- a/videogrid/configure.ac +++ b/videogrid/configure.ac @@ -29,37 +29,13 @@ else fi -if test -d ../../../Gem; -then - GEM_DIR=../../../Gem -else - echo "Gem sources not found" -fi - AC_ARG_WITH(pddir, [ --with-pddir= specify an alternate pd source tree]) -AC_ARG_WITH(gemdir, [ --with-gemdir= specify an alternate gem source tree]) - -if test "$with_gemdir" != "" -then - GEM_DIR=$with_gemdir -fi if test "$with_pddir" != "" then PD_DIR=$with_pddir fi -echo -n "looking for gem sources (required) ... " -if test -f $GEM_DIR/src/Base/GemMan.h -then - AC_SUBST(GEM_DIR) - echo "ok." -else - echo "gem source tree not found... use ./configure --with-gemdir= option" - exit -1 -fi - - echo -n "looking for pd sources (required) ... " if test -f $PD_DIR/src/m_imp.h then -- cgit v1.2.1