mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
perl checking bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2982 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ef4bb2619d
commit
a6f709889a
@ -547,7 +547,7 @@ if test "$want_perl" != "no"; then
|
||||
PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
|
||||
fi
|
||||
|
||||
if test "x$ac_cv_prog_gcc" = "xyes" -a ! `echo $host_os|grep -q 'bsd\|linux'`; then
|
||||
if test "x$ac_cv_prog_gcc" = "xyes" -a -z "`echo $host_os|grep 'bsd\|linux'`"; then
|
||||
dnl * several systems have Perl compiled with native compiler
|
||||
dnl * but irssi is being compiled with GCC. Here we try to
|
||||
dnl * fix those command line options a bit so GCC won't
|
||||
|
Loading…
Reference in New Issue
Block a user