Changeset 1454
- Timestamp:
- 11/04/10 18:20:15 (22 months ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
applications/NXbrowse.c (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/applications/NXbrowse.c
r1427 r1454 54 54 #include <readline/readline.h> 55 55 #include <readline/history.h> 56 #ifndef HAVE_RL_COMPLETION_MATCHES 57 #define rl_completion_matches(a,b) completion_matches(a,b) 58 #endif /* ifndef HAVE_RL_COMPLETION_MATCHES */ 56 59 #else 57 60 #define rl_completion_matches(a,b) NULL -
branches/4.2/configure.ac
r1453 r1454 697 697 AC_CHECK_FUNCS([ftime memset strchr strdup strrchr strstr tzset mkstemp]) 698 698 699 AC_CHECK_FUNC([rl_completion_matches]) 700 699 701 AM_CONDITIONAL(HAVE_CPP, [test ! -z "$CXX"]) 700 702 AM_CONDITIONAL(HAVE_F77, [test "$with_f77" != "no"])
Note: See TracChangeset
for help on using the changeset viewer.
