diff modules/parse-duration @ 14406:8d1ec7b0bc4d

parse-duration: remove xalloc.h dependency * lib/parse-duration.c (parse_period): handle NULL return from strdup instead of calling xstrdup(). * modules/parse-duration: remove "xalloc" dependency
author Bruce Korb <bkorb@gnu.org>
date Thu, 03 Mar 2011 15:07:32 -0800
parents 71e6ee885536
children 84563bab7ebd
line wrap: on
line diff
--- a/modules/parse-duration
+++ b/modules/parse-duration
@@ -6,7 +6,6 @@
 lib/parse-duration.c
 
 Depends-on:
-xalloc
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])