mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 01:02:20 -05:00
parent
3c89de48a8
commit
9fb4eb5107
@ -255,8 +255,11 @@ if test "$perl" = yes; then
|
|||||||
original_ldflags="$LDFLAGS"
|
original_ldflags="$LDFLAGS"
|
||||||
CFLAGS="$PERL_CFLAGS"
|
CFLAGS="$PERL_CFLAGS"
|
||||||
LDFLAGS="$PERL_LDFLAGS"
|
LDFLAGS="$PERL_LDFLAGS"
|
||||||
AC_TRY_LINK([#include <EXTERN.h>
|
AC_TRY_LINK([
|
||||||
#include <perl.h>], [], perl_is_usable=yes, perl_is_usable=no)
|
#define PERL_NO_INLINE_FUNCTIONS
|
||||||
|
#include <EXTERN.h>
|
||||||
|
#include <perl.h>
|
||||||
|
], [], perl_is_usable=yes, perl_is_usable=no)
|
||||||
CFLAGS="$original_cflags"
|
CFLAGS="$original_cflags"
|
||||||
LDFLAGS="$original_ldflags"
|
LDFLAGS="$original_ldflags"
|
||||||
if test x$perl_is_usable = xno ; then
|
if test x$perl_is_usable = xno ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user