mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Fix missing quote in configure.ac
darcs-hash:20060811142930-ac50b-52d1bb6faf07b6a0ddac754cee16e899dd196679.gz
This commit is contained in:
parent
8b395d05ef
commit
21de293a44
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ AC_LINK_IFELSE(
|
|||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
,
|
||||
],
|
||||
[struct winsize termsize = {0}; TIOCGWINSZ;])],
|
||||
[AC_MSG_RESULT(yes); AC_DEFINE([HAVE_WINSIZE], [1], [Define to 1 if the winsize struct and TIOCGWINSZ macro exist])],
|
||||
AC_MSG_RESULT(no))
|
||||
|
|
Loading…
Reference in a new issue