]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 2 Feb 2001 13:19:57 +0000 (13:19 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 2 Feb 2001 13:19:57 +0000 (13:19 +0000)
 Modified Files:
  wxWindows/configure

 Compaq's preporcessor on True64-Unix does not allow A #include with the "#"
 on another position than the first.

----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure

index 815e55bca5c65af616ea1f62bd87ec7ded009dce..bfcf977189bb0e1f8c1956235f5f79f4c1cea166 100755 (executable)
--- a/configure
+++ b/configure
@@ -13397,7 +13397,7 @@ else
 #line 13398 "configure"
 #include "confdefs.h"
 
-                                #include <time.h>
+#include <time.h>
                             
 int main() {
 
@@ -13420,7 +13420,8 @@ else
 #line 13421 "configure"
 #include "confdefs.h"
 
-                                        #include <time.h>
+
+#include <time.h>
                                     
 int main() {
 
@@ -13443,7 +13444,7 @@ else
 #line 13444 "configure"
 #include "confdefs.h"
 
-                                                #include <time.h>
+#include <time.h>
                                             
 int main() {
 
@@ -13551,7 +13552,7 @@ else
 #line 13552 "configure"
 #include "confdefs.h"
 
-                    #include <time.h>
+#include <time.h>
                 
 int main() {