# HG changeset patch # User Christian Hammond # Date 1064035237 0 # Node ID 7c6324124b66a85d77590bd7a24b11ce5c947ba7 # Parent 847d899a5724da8b05f566c5d7261d4c962e9cdd [gaim-migrate @ 7443] This should fix the problem where perl tries to install files into a NONE directory. committer: Tailor Script diff -r 847d899a5724 -r 7c6324124b66 configure.ac --- a/configure.ac Fri Sep 19 23:46:54 2003 +0000 +++ b/configure.ac Sat Sep 20 05:20:37 2003 +0000 @@ -283,8 +283,10 @@ AC_MSG_RESULT(no) fi - prefix=`eval echo $prefix` - PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" + if test "x$prefix" != "xNONE"; then + prefix=`eval echo $prefix` + PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" + fi AC_ARG_WITH(perl-lib, [ --with-perl-lib=[site|vendor|DIR] Specify where to install the