This commit is contained in:
whottgen
2004-09-29 13:20:55 +00:00
parent 1d252670b1
commit e14cea6bc6
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ AC_ARG_WITH(bdb-lib-dir,
yes)
;;
*)
LDFLAGS="-L$withval -rpath $withval"
LDFLAGS="-L$withval"
;;
esac ]
)