From d0f903c65d11c6dd02cacdc708f711a2ccd2205c Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 24 Apr 2005 01:34:59 +0000 Subject: [PATCH] Split a line to match the way it's split in libpcap's configure.in. --- configure | 2 +- configure.in | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 09252650..f04f9421 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.193 . +# From configure.in Revision: 1.194 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # diff --git a/configure.in b/configure.in index 778d9ab7..f2629bea 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.193 2005-04-24 01:25:23 guy Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.194 2005-04-24 01:34:59 guy Exp $ (LBL) dnl dnl Copyright (c) 1994, 1995, 1996, 1997 dnl The Regents of the University of California. All rights reserved. @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_REVISION($Revision: 1.193 $) +AC_REVISION($Revision: 1.194 $) AC_PREREQ(2.50) AC_INIT(tcpdump.c) @@ -681,10 +681,12 @@ struct rtentry; #include ]) AC_DEFINE(HAVE_DECL_ETHER_NTOHOST, 0, - [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you don't.]) + [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you +don't.]) else AC_DEFINE(HAVE_DECL_ETHER_NTOHOST, 1, - [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you don't.]) + [Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you +don't.]) fi fi -- 2.39.5