aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJonathan Gray2004-01-14 06:47:23 +0000
committerJonathan Gray2004-01-14 06:47:23 +0000
commit4746920c74887c9fff9910e6d39881db3879dd52 (patch)
treeead378c038b488f83ab9ec40d607f7881ad069bd /configure
parentd48891b9cde85eee02cf31301ca14ad5c9be036e (diff)
downloadscummvm-rg350-4746920c74887c9fff9910e6d39881db3879dd52.tar.gz
scummvm-rg350-4746920c74887c9fff9910e6d39881db3879dd52.tar.bz2
scummvm-rg350-4746920c74887c9fff9910e6d39881db3879dd52.zip
fix path specifiers
svn-id: r12371
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4ac58fa536..bdcefa264d 100755
--- a/configure
+++ b/configure
@@ -219,12 +219,12 @@ for ac_option in $@; do
--with-mpeg2-prefix=*)
_prefix=`echo $ac_option | cut -d '=' -f 2`
MPEG2_CFLAGS="-I$_prefix/include"
- MPEG2_LIBS="-L$_prefix/libs"
+ MPEG2_LIBS="-L$_prefix/lib"
;;
--with-alsa-prefix=*)
_prefix=`echo $ac_option | cut -d '=' -f 2`
ALSA_CFLAGS="-I$_prefix/include"
- ALSA_LIBS="-L$_prefix/libs"
+ ALSA_LIBS="-L$_prefix/lib"
;;
--with-ogg-prefix=*)
_prefix=`echo $ac_option | cut -d '=' -f 2`