From 63efe3ef63f9446848c3cfdc0600ed8301edf8c2 Mon Sep 17 00:00:00 2001 Message-Id: <63efe3ef63f9446848c3cfdc0600ed8301edf8c2.1714179174.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 8 Dec 2008 10:10:51 +0000 Subject: [PATCH] configure.ac: Trivial whitespace fixes. Organization: Straylight/Edgeware From: Mark Wooding Pesky spaces sneaking in before tabs. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1c67cb78..40fa5827 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ AC_ARG_WITH([wireshark], no) haveshark=no needshark=no ;; yes) haveshark=yes needshark=yes ;; *) haveshark=yes needshark=yes - wireshark_plugindir=$withval ;; + wireshark_plugindir=$withval ;; esac], [haveshark=yes needshark=no]) @@ -236,7 +236,7 @@ case "$haveshark" in mdw_CFLAGS=$CFLAGS wsprefix=`echo $wireshark_plugindir | sed 's:/lib/.*$::'` AC_CACHE_CHECK([how to find the Wireshark headers], - [mdw_cv_wireshark_includes], [ + [mdw_cv_wireshark_includes], [ mdw_cv_wireshark_includes=failed for i in \ "" \ -- [mdw]