eina: fix typos due to merge.

SVN revision: 68405
This commit is contained in:
Cedric BAIL 2012-02-24 11:42:47 +00:00
parent cd9cb6abb5
commit d6a385cff6
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ case "${host_os}" in
EINA_LIBS="${EINA_LIBS} -ldl -lm" EINA_LIBS="${EINA_LIBS} -ldl -lm"
;; ;;
*) *)
EINA_LIBS="${EINA_LIBS} -lm" EINA_LIBS="${EINA_LIBS} -lrt -ldl -lm"
;; ;;
esac esac
case "$host_vendor" in case "$host_vendor" in