projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68c6ec
)
Fix ZPERL_LIBS
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Apr 2003 20:56:47 +0000
(20:56 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 15 Apr 2003 20:56:47 +0000
(20:56 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
bb6b848
..
535357f
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,5
+1,5
@@
dnl Zebra, Index Data Aps, 1995-2003
-dnl $Id: configure.in,v 1.74 2003-04-15 20:47:05 adam Exp $
+dnl $Id: configure.in,v 1.75 2003-04-15 20:56:47 adam Exp $
dnl
AC_INIT(include/zebraver.h)
AM_INIT_AUTOMAKE(idzebra,1.3.10)
@@
-304,7
+304,7
@@
if test "$perl" != "no"; then
],AM_CONDITIONAL(perl,true)
AC_DEFINE(HAVE_PERL,1)
AC_MSG_RESULT(found)
- ZPERL_LIBS="$LIBS"
+ ZPERL_LIBS="$xLIBS"
,
AC_MSG_RESULT(not found)
AC_DEFINE(HAVE_PERL,0)