From aa9ffbad438aaaecebc1eb3bbde6913da28aedbf Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Fri, 7 Oct 2005 02:37:18 +0000 Subject: [PATCH] Don't do the wierd Examples/php4 Makefile link thing anymore. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7602 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 95202f909..22ac6a6c4 100644 --- a/configure.in +++ b/configure.in @@ -1125,9 +1125,6 @@ if test -z "$PHP4INC"; then AC_MSG_RESULT(not found) fi -( cd $srcdir/Examples/php4 ; for dir in `sed '/^#/d' check.list` ; do - test -f $dir/Makefile || ( cd $dir ; ln -s ../Makefile.php Makefile ) - done ) fi AC_SUBST(PHP4) AC_SUBST(PHP4INC)