Blob Blame History Raw
--- vorbis-tools-1.0/configure.foo	Wed Dec 11 17:33:13 2002
+++ vorbis-tools-1.0/configure	Wed Dec 11 17:33:48 2002
@@ -7366,7 +7366,7 @@
   elif test "x$ogg_prefix" != "x" ; then
     OGG_LIBS="-L$ogg_prefix/lib"
   elif test "x$prefix" != "xNONE" ; then
-    OGG_LIBS="-L$prefix/lib"
+    OGG_LIBS="-L$libdir"
   fi
 
   OGG_LIBS="$OGG_LIBS -logg"
@@ -7376,7 +7376,7 @@
   elif test "x$ogg_prefix" != "x" ; then
     OGG_CFLAGS="-I$ogg_prefix/include"
   elif test "x$prefix" != "xNONE"; then
-    OGG_CFLAGS="-I$prefix/include"
+    OGG_CFLAGS=""
   fi
 
   echo $ac_n "checking for Ogg""... $ac_c" 1>&6
@@ -7518,7 +7518,7 @@
   elif test "x$vorbis_prefix" != "x" ; then
     VORBIS_LIBS="-L$vorbis_prefix/lib"
   elif test "x$prefix" != "xNONE"; then
-    VORBIS_LIBS="-L$prefix/lib"
+    VORBIS_LIBS="-L$libdir"
   fi
 
   VORBISFILE_LIBS="$VORBIS_LIBS -lvorbisfile"
@@ -7530,7 +7530,7 @@
   elif test "x$vorbis_prefix" != "x" ; then
     VORBIS_CFLAGS="-I$vorbis_prefix/include"
   elif test "x$prefix" != "xNONE"; then
-    VORBIS_CFLAGS="-I$prefix/include"
+    VORBIS_CFLAGS=""
   fi