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 933c287..c559fb6 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -282,3 +282,6 @@ /* Define if you have the m library (-lm). */ #undef HAVE_LIBM + +/* Define if you have the w library (-lw). */ +#undef HAVE_LIBW |