* Fix security hole in mhshowsbr.c which allowed untrusted shell
[mmh] / configure
index 8c9e780..357e2ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -1030,7 +1030,7 @@ else
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;