From ae748799b816aadc200ccbada1bed3b3ce13bd5c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 28 Jun 2011 20:09:50 +0200 Subject: maint: remove now-unnecessary #ifdef HAVE_BYTESWAP_H guard * lib/byte_conversions.h: Remove #ifdef HAVE_BYTESWAP_H guard. With gnulib, we're guaranteed to have that header file. * bootstrap (modules): Use the byteswap module. --- bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 638d230..79b6717 100755 --- a/bootstrap +++ b/bootstrap @@ -55,6 +55,7 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool <$gnulib_tool || exit modules=' +byteswap c-ctype fcntl full-read -- cgit