Changeset 79fe0ad
- Timestamp:
- Feb 13, 2009, 12:11:56 PM (16 years ago)
- Branches:
- master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 23e1110
- Parents:
- 308ace3 (diff), 87afe92 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rd54035d r87afe92 45 45 AC_MSG_RESULT(no) 46 46 fi 47 PROTECT_CFLAGS=${PROTECT_CFLAGS-"-fstack-protector"} 48 SAVE_CFLAGS=$CFLAGS 49 CFLAGS="$CFLAGS $PROTECT_CFLAGS" 50 AC_MSG_CHECKING(whether protection cflags work) 51 AC_COMPILE_IFELSE(int i;, 52 [AC_MSG_RESULT(yes)], 53 [AC_MSG_RESULT(no) 54 CFLAGS=$SAVE_CFLAGS]) 47 55 56 57 AC_CHECK_LIB(ssp, __stack_chk_guard) 48 58 AC_CHECK_LIB(ncursesw, initscr,, AC_MSG_ERROR(No libncursesw found.)) 49 59 AC_CHECK_LIB(com_err, com_err) -
ChangeLog
reef5b52 r308ace3 1 1.0.6 2 1 3 1.0.5 2 4 * Implement initial support for real timers. -nelhage -
owl.h
reef5b52 r308ace3 52 52 53 53 #ifndef OWL_VERSION_STRING 54 #define OWL_VERSION_STRING "1.0. 5"54 #define OWL_VERSION_STRING "1.0.6" 55 55 #endif 56 56
Note: See TracChangeset
for help on using the changeset viewer.