Add DragonFly BSD and simplifies other conditions.

By: Joerg Sonnenberger.


SVN revision: 41020
This commit is contained in:
Gustavo Sverzut Barbieri 2009-06-12 17:48:10 +00:00
parent fbcbf0a2ec
commit 3d720628ce
1 changed files with 4 additions and 4 deletions

View File

@ -306,16 +306,16 @@ case "${host_os}" in
EINA_LIBS="${EINA_LIBS} -ldl ${EVIL_LIBS} -lm"
lt_enable_auto_import="-Wl,--enable-auto-import"
;;
*openbsd*)
dragonfly*|openbsd*)
EINA_LIBS="${EINA_LIBS} -lm"
;;
*bsd*)
freebsd*|netbsd*)
EINA_LIBS="${EINA_LIBS} -lrt -lm"
;;
*darwin*)
darwin*)
EINA_LIBS="${EINA_LIBS} -lm"
;;
*cygwin*)
cygwin*)
EINA_LIBS="${EINA_LIBS} -ldl -lm"
;;
*)