# HG changeset patch # User diego # Date 1220291325 0 # Node ID 158a04c991d6db4ea434597cd477a661aecb6632 # Parent 1b1d01ed193612bdcf084240133b65ea72d6b80f Do not refer to libcdio and liblzo as external in the help output. External libraries are the default, no need to stress this fact. diff -r 1b1d01ed1936 -r 158a04c991d6 configure --- a/configure Mon Sep 01 17:46:39 2008 +0000 +++ b/configure Mon Sep 01 17:48:45 2008 +0000 @@ -275,8 +275,8 @@ --enable-gif enable GIF support [autodetect] --enable-png enable PNG input/output support [autodetect] --enable-jpeg enable JPEG input/output support [autodetect] - --enable-libcdio enable external libcdio [autodetect] - --enable-liblzo enable external liblzo [autodetect] + --enable-libcdio enable libcdio support [autodetect] + --enable-liblzo enable liblzo support [autodetect] --disable-win32dll disable Win32 DLL support [enabled] --disable-qtx disable QuickTime codecs support [enabled] --disable-xanim disable XAnim codecs support [enabled]