Comparison

configure @ 5420:706053e3f9f5

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Wed, 03 Apr 2013 13:53:21 +0100
parent 5401:456c1998638d
child 5421:a3f0fe9431cf
comparison
equal deleted inserted replaced
5400:dd91b72a3ba0 5420:706053e3f9f5
93 OSTYPE="$value" 93 OSTYPE="$value"
94 OSTYPE_SET=yes 94 OSTYPE_SET=yes
95 if [ "$OSTYPE" = "debian" ] 95 if [ "$OSTYPE" = "debian" ]
96 then LUA_SUFFIX="5.1"; 96 then LUA_SUFFIX="5.1";
97 LUA_SUFFIX_SET=yes 97 LUA_SUFFIX_SET=yes
98 RUNWITH="lua5.1"
98 LUA_INCDIR=/usr/include/lua5.1; 99 LUA_INCDIR=/usr/include/lua5.1;
99 LUA_INCDIR_SET=yes 100 LUA_INCDIR_SET=yes
100 CFLAGS="$CFLAGS -D_GNU_SOURCE" 101 CFLAGS="$CFLAGS -D_GNU_SOURCE"
101 fi 102 fi
102 if [ "$OSTYPE" = "macosx" ] 103 if [ "$OSTYPE" = "macosx" ]