diff options
Diffstat (limited to 'pc/config.sed')
-rw-r--r-- | pc/config.sed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pc/config.sed b/pc/config.sed index 7fe0f922..96b2c2d7 100644 --- a/pc/config.sed +++ b/pc/config.sed @@ -73,6 +73,8 @@ s/^#undef HAVE_FMOD *$/#define HAVE_FMOD 1/ #define HAVE_ISWUPPER 1\ #endif s/^#undef HAVE_LIBM *$/#define HAVE_LIBM 1/ +/^#undef HAVE_LIBREADLINE *$/c\ +/* #undef HAVE_LIBREADLINE */ s/^#undef HAVE_LIMITS_H *$/#define HAVE_LIMITS_H 1/ /^#undef HAVE_LOCALE_H *$/c\ #ifdef __MINGW32__\ |