mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
A bit more playing with perl cflags.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3003 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0368fa6b5b
commit
3182ac0d01
@ -554,7 +554,10 @@ if test "$want_perl" != "no"; then
|
|||||||
dnl * complain about them. Normally there's only few options
|
dnl * complain about them. Normally there's only few options
|
||||||
dnl * that we want to keep:
|
dnl * that we want to keep:
|
||||||
dnl * -Ddefine -Uundef -I/path -fopt -mopt
|
dnl * -Ddefine -Uundef -I/path -fopt -mopt
|
||||||
PERL_CFLAGS=`echo $PERL_CFLAGS | $perlpath -pe 's/^(.* )?-[^DUIfm][^ ]+/\1/g'`
|
PERL_CFLAGS=`echo $PERL_CFLAGS | $perlpath -pe 's/^(.* )?-[^DUIfm][^ ]+/\1/g; s/^(.* )?\+[^ ]+/\1/g'`
|
||||||
|
|
||||||
|
PERL_EXTRA_OPTS="CCCDLFLAGS=\"-fPIC\""
|
||||||
|
AC_SUBST(PERL_EXTRA_OPTS)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "$PERL_CFLAGS"; then
|
if test -z "$PERL_CFLAGS"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user