From df56f80f5b2d61e66d5b772d80bf8c5573041921 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 29 Dec 2009 10:24:12 +0000 Subject: [PATCH] Revert. --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index a530000..264c570 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,10 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.22 2009-12-29 10:23:22 adam Exp $ +## $Id: Makefile.PL,v 1.23 2009-12-29 10:24:12 adam Exp $ # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" -my $yazconf = "../yaz/yaz-config"; +my $yazconf = "yaz-config"; my $yazver = `$yazconf --version`; my $yazinc = `$yazconf --cflags servers`; my $yazlibs = `$yazconf --libs server`; -- 1.7.10.4