summaryrefslogtreecommitdiff
path: root/sigc++config.h.in
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-07 16:35:08 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-07 16:35:08 +0200
commit46d2fcbafd845c6963f9cbc0429166c546ea3e21 (patch)
tree72e063587ed8a61f7430eeae3e03ed6fe894082b /sigc++config.h.in
parent90db443f0cdb9cff202c458e5985262c90f19660 (diff)
downloadsigc++-46d2fcbafd845c6963f9cbc0429166c546ea3e21.tar.gz
Use #error explicitly instead of broken code
* sigc++config.h.in: Do use the #error preprocessor directive, instead of an errornous piece of code. This code does not need the same level of obfuscation as an Autoconf feature test.
Diffstat (limited to 'sigc++config.h.in')
-rw-r--r--sigc++config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigc++config.h.in b/sigc++config.h.in
index 73e12de..2e05e15 100644
--- a/sigc++config.h.in
+++ b/sigc++config.h.in
@@ -38,7 +38,7 @@
# define SIGC_WIN32 1
# define SIGC_CONFIGURE 1
# else
- error "libsigc++ config: Unknown win32 architecture (send me gcc --dumpspecs or equiv)"
+# error "libsigc++ config: Unknown win32 architecture (send me gcc --dumpspecs or equiv)"
# endif
#else /* !_WIN32 */
# define SIGC_CONFIGURE 1