Changeset bad82027 in rtems
- Timestamp:
- 10/22/15 19:53:36 (8 years ago)
- Branches:
- 4.11
- Children:
- ad659ff8
- Parents:
- ec6f20fc
- git-author:
- Ben Gras <beng@…> (10/22/15 19:53:36)
- git-committer:
- Ben Gras <ben@…> (10/22/15 22:08:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/configure.ac
rec6f20fc rbad82027 31 31 32 32 AC_PROG_LN_S 33 AC_PATH_PROG([PAX],[pax]) 33 AC_PATH_PROG([PAX],[pax],no) 34 35 AS_IF([test "x$PAX" = "xno"],[ 36 AC_MSG_ERROR([pax is missing.]) 37 ]) 34 38 35 39 AC_CHECK_HEADERS([complex.h])
Note: See TracChangeset
for help on using the changeset viewer.