diff configure @ 4541:0c410b5b387a

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 29 Dec 2008 14:07:32 +0000
parents 0ed907d0f1e9
children dc578683fddd
line wrap: on
line diff
--- a/configure	Sat Dec 27 16:02:25 2008 +0000
+++ b/configure	Mon Dec 29 14:07:32 2008 +0000
@@ -19012,7 +19012,7 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 #include <X11/Intrinsic.h>
-    int main(int c, char *v) { return c>1 ? XlibSpecificationRelease : 0; }
+    int main(int c, char **v) { return c>1 ? XlibSpecificationRelease : 0; }
 _ACEOF
 rm -f conftest$ac_exeext
 if { (ac_try="$ac_link"
@@ -38857,7 +38857,7 @@
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-int main(int c,char *v){return 0;}
+int main(int c,char **v){return 0;}
 _ACEOF
 rm -f conftest$ac_exeext
 if { (ac_try="$ac_link"