Update error, bug1322.
This commit is contained in:
parent
8b245138ee
commit
f3ed36840e
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#include "config_build.h"
|
#include "config_build.h"
|
||||||
#ifndef HAVE_CONFIG_BUILD
|
#ifndef HAVE_CONFIG_BUILD
|
||||||
# error "Something failed during ./configure as config_build.h is incomplete."
|
# error "Something failed during ./configure as config_build.h is incomplete. Perhaps you used autoreconf, don't."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "verilatedos.h"
|
#include "verilatedos.h"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
// Cheat for speed and compile .cpp files into one object
|
// Cheat for speed and compile .cpp files into one object
|
||||||
#include "config_build.h"
|
#include "config_build.h"
|
||||||
#ifndef HAVE_CONFIG_BUILD
|
#ifndef HAVE_CONFIG_BUILD
|
||||||
# error "Something failed during ./configure as config_build.h is incomplete."
|
# error "Something failed during ./configure as config_build.h is incomplete. Perhaps you used autoreconf, don't."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "verilatedos.h"
|
#include "verilatedos.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue