From e9b5e866aa018e8077ee0dd5049afee54c6acf84 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 13 Jan 2010 11:56:45 -0800 Subject: [PATCH] Force configure.ac to use bash. ODDNESS in libm check on FreeBSD otherwise. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index f65a7431..53a42349 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # libmemcached # Copyright (C) 2008 Brian Aker, Monty Taylor # All rights reserved. -- 2.30.2