Changeset 3603 in MondoRescue for branches


Ignore:
Timestamp:
Sep 2, 2016, 3:40:31 PM (8 years ago)
Author:
Bruno Cornec
Message:

rmdir should be checked by configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/configure.ac

    r3418 r3603  
    129129AC_FUNC_MALLOC
    130130AC_FUNC_VPRINTF
    131 AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
     131AC_CHECK_FUNCS([bzero getcwd gethostbyname inet_ntoa memmove memset mkdir mkdtemp mkfifo rmdir setenv strcasecmp strcspn strchr strdup strerror strncasecmp strrchr strspn strstr uname utime])
    132132
    133133AC_CONFIG_FILES([Makefile src/Makefile src/lib/Makefile src/common/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile test/Makefile])
Note: See TracChangeset for help on using the changeset viewer.