From: Adam Dickmeiss Date: Tue, 29 Dec 2009 10:24:12 +0000 (+0000) Subject: Revert. X-Git-Tag: CPAN.1.12~3 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=df56f80f5b2d61e66d5b772d80bf8c5573041921 Revert. --- 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`;