summaryrefslogtreecommitdiff
path: root/ogg.m4
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2002-02-09 13:00:42 +0000
committerMike Smith <msmith@xiph.org>2002-02-09 13:00:42 +0000
commit18a20fb26c69b19087f6b2303b4ab5c598f5c192 (patch)
tree9e3ec5501fae7c7ff33db178a1c97ba81cad5140 /ogg.m4
parent131f978eecb09707ac4c0845d6e7eaf2b6e97928 (diff)
downloadogg-git-18a20fb26c69b19087f6b2303b4ab5c598f5c192.tar.gz
Fix trivial bug #104
svn path=/trunk/ogg/; revision=3041
Diffstat (limited to 'ogg.m4')
-rw-r--r--ogg.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/ogg.m4 b/ogg.m4
index 1af7193..32d3884 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -88,8 +88,7 @@ int main ()
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
[ echo "*** The test program failed to compile or link. See the file config.log for the"
echo "*** exact error that occured. This usually means Ogg was incorrectly installed"
- echo "*** or that you have moved Ogg since it was installed. In the latter case, you"
- echo "*** may want to edit the ogg-config script: $OGG_CONFIG" ])
+ echo "*** or that you have moved Ogg since it was installed." ])
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
fi