qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] Changes to qemacs/configure


From: Charlie Gordon
Subject: [Qemacs-devel] Changes to qemacs/configure
Date: Wed, 11 May 2005 05:04:12 -0400

Index: qemacs/configure
diff -u qemacs/configure:1.3 qemacs/configure:1.4
--- qemacs/configure:1.3        Wed May  4 19:40:26 2005
+++ qemacs/configure    Wed May 11 09:04:12 2005
@@ -203,10 +203,10 @@
     # check for memalign - atmos
     cat > $TMPC << EOF
 #include <malloc.h>
-int main ( void ) {
-char *string = NULL;
-string = memalign(64, sizeof(char));
-return 0;
+int main (void) {
+  char *string = NULL;
+  string = memalign(64, sizeof(char));
+  return 0;
 }
 EOF
     $cc -o $TMPO $TMPC 2> /dev/null || _memalign=no
@@ -421,4 +421,4 @@
     echo "config.h is unchanged"
 fi
 
-rm -f $TMPO $TMPC $TMPE $TMPS $TMPH
+rm -f $TMPC $TMPO $TMPS $TMPH $TMPE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]