sane-config --libs now prints again all libs that libsane depends on

Oliver Rauch
DEVEL_2_0_BRANCH-1
Oliver Rauch 2000-11-30 00:08:48 +00:00
rodzic bcb31ca600
commit 90186f8233
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ if test $# -gt 0; then
echo "-L${libdir}"
;;
--libs)
echo "-lsane"
echo "-lsane ${LIBS}"
;;
--cflags)
unique_cflags="-I${includedir}"