Update error, bug1322.
This commit is contained in:
parent
8b245138ee
commit
f3ed36840e
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "config_build.h"
|
||||
#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
|
||||
|
||||
#include "verilatedos.h"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
// Cheat for speed and compile .cpp files into one object
|
||||
#include "config_build.h"
|
||||
#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
|
||||
|
||||
#include "verilatedos.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue