Changeset e2e4072
- Timestamp:
- Nov 17, 2013, 3:44:14 AM (11 years ago)
- Branches:
- release-1.9
- Children:
- 384b2fa
- Parents:
- ff25de6
- git-author:
- Jason Gross <jgross@mit.edu> (08/06/13 20:46:24)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (11/17/13 03:44:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rff25de6 re2e4072 176 176 dnl Define __EXTENSIONS__ for strcasecmp on Solaris. 177 177 AM_CFLAGS="$AM_CFLAGS -D__EXTENSIONS__" 178 dnl Define _XOPEN_SOURCE_EXTENDED for some features in ncurses, 179 dnl including cchar_t. This should not be necessary with 180 dnl _XOPEN_SOURCE=600, but some versions of ncurses 181 dnl apparently still need it. 182 AM_CFLAGS="$AM_CFLAGS -D_XOPEN_SOURCE_EXTENDED" 178 183 179 184 AC_SUBST([AM_CFLAGS])
Note: See TracChangeset
for help on using the changeset viewer.