Fix typo in previous commit.

DEVEL_2_0_BRANCH-1
Petter Reinholdtsen 2001-04-19 07:28:42 +00:00
rodzic f76f3af97f
commit b627ce0be6
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -82,10 +82,11 @@ if test $# -gt 0; then
;;
--ldflags)
if test -z "$linker_rpath"; then
if test -z "$LINKER_RPATH"; then
echo "-L${libdir}"
else
echo "-L${libdir} ${linker_rpath}${libdir}"
echo "-L${libdir} ${LINKER_RPATH}${libdir}"
fi
;;
--libs)
echo "-lsane ${LIBS}"