From f42b977f1091bdad7e97536a1dab44ff7d65aa10 Mon Sep 17 00:00:00 2001 From: brendan Date: Thu, 26 Jun 2003 19:38:23 +0000 Subject: [PATCH] If you're going to shoot an elephant, you'd better make sure you finish the job. svn path=/trunk/m4/; revision=5017 --- m4/shout.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/shout.m4 b/m4/shout.m4 index 53221b81..888de40f 100644 --- a/m4/shout.m4 +++ b/m4/shout.m4 @@ -3,7 +3,7 @@ dnl Jack Moffitt 08-06-2001 dnl Rewritten for libshout 2 dnl Brendan Cully 20030612 dnl -dnl $Id: shout.m4,v 1.9 2003/06/26 19:34:00 brendan Exp $ +dnl $Id: shout.m4,v 1.10 2003/06/26 19:38:23 brendan Exp $ # XIPH_PATH_SHOUT([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) # Test for libshout, and define SHOUT_CFLAGS and SHOUT_LIBS @@ -18,6 +18,7 @@ SHOUT_LIBS="" # seed pkg-config with the default libshout location PKG_CONFIG_PATH=${PKG_CONFIG_PATH:-/usr/local/lib/pkgconfig} +export PKG_CONFIG_PATH # Step 1: Use pkg-config if available AC_PATH_PROG([PKGCONFIG], [pkg-config], [no])