41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
--- configure.old 2015-03-14 10:56:34.129000000 +0200
|
|
+++ configure 2015-03-14 10:56:42.996000000 +0200
|
|
@@ -3055,7 +3055,7 @@
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
|
|
set X $ac_compile
|
|
ac_compiler=$2
|
|
-for ac_option in --version -v -V -qversion; do
|
|
+for ac_option in --version -v -V ; do
|
|
{ { ac_try="$ac_compiler $ac_option >&5"
|
|
case "(($ac_try" in
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
@@ -11503,7 +11503,7 @@
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
|
|
set X $ac_compile
|
|
ac_compiler=$2
|
|
-for ac_option in --version -v -V -qversion; do
|
|
+for ac_option in --version -v -V ; do
|
|
{ { ac_try="$ac_compiler $ac_option >&5"
|
|
case "(($ac_try" in
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
@@ -11851,7 +11851,7 @@
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
|
|
set X $ac_compile
|
|
ac_compiler=$2
|
|
-for ac_option in --version -v -V -qversion; do
|
|
+for ac_option in --version -v -V ; do
|
|
{ { ac_try="$ac_compiler $ac_option >&5"
|
|
case "(($ac_try" in
|
|
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
|
|
--- mapcairo.c.old 2015-03-19 19:01:56.220000000 +0200
|
|
+++ mapcairo.c 2015-03-19 19:02:05.592000000 +0200
|
|
@@ -1270,7 +1270,7 @@
|
|
#endif
|
|
}
|
|
|
|
-inline int populateRendererVTableCairoVector( rendererVTableObj *renderer )
|
|
+int populateRendererVTableCairoVector( rendererVTableObj *renderer )
|
|
{
|
|
#ifdef USE_CAIRO
|
|
renderer->use_imagecache=0;
|