CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
evas: Initial import (verified compilation)
[attic/ports/e17-cross.git] / evas / evas-autoconf265.patch
1 --- m4/evas_check_loader.m4_orig 2009-11-30 14:18:09.000000000 +0000
2 +++ m4/evas_check_loader.m4 2009-11-30 14:18:44.000000000 +0000
3 @@ -312,8 +312,8 @@
4 AC_DEFUN([EVAS_CHECK_IMAGE_LOADER],
5 [
6
7 -m4_pushdef([UP], m4_toupper([[$1]]))
8 -m4_pushdef([DOWN], m4_tolower([[$1]]))
9 +m4_pushdef([UP], m4_toupper([$1]))
10 +m4_pushdef([DOWN], m4_tolower([$1]))
11
12 want_loader="$2"
13 want_static_loader="no"