From: Adam Dickmeiss Date: Tue, 4 Apr 2006 09:10:49 +0000 (+0000) Subject: Fix check for perl libs X-Git-Tag: ZEBRA.1.3.36~7 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=63d9810650e9fe5d511fa73ed84c6f5e2ad6814b;p=idzebra-moved-to-github.git Fix check for perl libs --- diff --git a/configure.in b/configure.in index f1c4b3a..4481b34 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2005 -dnl $Id: configure.in,v 1.91.2.20 2006-03-24 14:05:44 adam Exp $ +dnl $Id: configure.in,v 1.91.2.21 2006-04-04 09:10:49 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.35) @@ -258,7 +258,7 @@ if test "$perl" != "no"; then AC_TRY_LINK([ #include ],[ - static void f() + void f() { ; }