--- configure	2013-04-03 14:49:06.000000000 +0200
+++ configure.new	2013-06-07 09:51:12.000000000 +0200
@@ -1771,11 +1771,6 @@
 if test "$PERL" = "NOT_FOUND"; then
   as_fn_error $? "can not continue: perl not found" "$LINENO" 5
 fi
-if test "$PERL" != "/usr/bin/perl"; then
-  echo configure: error: can not continue... perl must be installed as /usr/bin/perl
-  echo confgiure: hint: try \"sudo ln -s $PERL /usr/bin/perl\"
-  exit 1
-fi
 
-PERL_MODULE_CHECK=`perl -e "use Curses" 2> /dev/null; echo $?`
+PERL_MODULE_CHECK=`$PERL -e "use Curses" 2> /dev/null; echo $?`
 if test "$PERL_MODULE_CHECK" = "2"; then
