Revert.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Dec 2009 10:24:12 +0000 (10:24 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 29 Dec 2009 10:24:12 +0000 (10:24 +0000)
Makefile.PL

index a530000..264c570 100644 (file)
@@ -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`;