aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-11-09 07:28:47 +1000
committerSteve Bennett <steveb@workware.net.au>2010-11-09 07:28:47 +1000
commit5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 (patch)
tree72f625d13c553a613283bd58a3325e009f399c35 /jim.h
parentb7a3951c0046491a62399fc51fe809e24e5eb8b7 (diff)
downloadjimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.zip
jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.gz
jimtcl-5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749.tar.bz2
Allow jim to be used as an autoconf subdir
Ensure that no public headers include the autoconf header, jimautoconf.h, as it leads to problems with redefined symbols. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim.h b/jim.h
index 5f36eaa..bbb30c7 100644
--- a/jim.h
+++ b/jim.h
@@ -82,7 +82,7 @@ extern "C" {
#include <jim-win32compat.h>
#ifndef HAVE_NO_AUTOCONF
-#include <jimautoconf.h>
+#include <jim-config.h>
#endif
/* -----------------------------------------------------------------------------