ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.172 by sf-exg, Wed Nov 24 17:50:20 2021 UTC vs.
Revision 1.173 by root, Fri Dec 30 16:51:59 2022 UTC

7837 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then 7837 if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
7838 7838
7839 save_CXXFLAGS="$CXXFLAGS" 7839 save_CXXFLAGS="$CXXFLAGS"
7840 save_LIBS="$LIBS" 7840 save_LIBS="$LIBS"
7841 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`" 7841 CXXFLAGS="$CXXFLAGS `$PERL -MExtUtils::Embed -e ccopts`"
7842 LIBS="$LIBS `$PERL -MExtUtils::Embed -e ldopts`" 7842 LIBS="$LIBS -lXext `$PERL -MExtUtils::Embed -e ldopts`"
7843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7844/* end confdefs.h. */ 7844/* end confdefs.h. */
7845 7845
7846#include <EXTERN.h> 7846#include <EXTERN.h>
7847#include <perl.h> 7847#include <perl.h>
7877 IF_PERL= 7877 IF_PERL=
7878 PERL_O=rxvtperl.o 7878 PERL_O=rxvtperl.o
7879 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 7879 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
7880 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 7880 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
7881 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 7881 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
7882 LIBS="$LIBS -lXext"
7882 else 7883 else
7883 as_fn_error $? "no, unable to link" "$LINENO" 5 7884 as_fn_error $? "no, unable to link" "$LINENO" 5
7884 fi 7885 fi
7885 else 7886 else
7886 as_fn_error $? "no working perl found, or perl not version >= 5.8" "$LINENO" 5 7887 as_fn_error $? "no working perl found, or perl not version >= 5.8" "$LINENO" 5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines