Committing in .
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
This commit is contained in:
parent
a5a9cc2ab0
commit
c8159c3d03
9
configure
vendored
9
configure
vendored
@ -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() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user