diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 802127f..5c465679 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -159,6 +159,9 @@ /* Define if <sys/procfs.h> has gregset_t. */ #undef HAVE_GREGSET_T +/* Define if Guile interpreter is being linked in. */ +#undef HAVE_GUILE + /* Define if you have the iconv() function. */ #undef HAVE_ICONV |