summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6bbc3159..32011794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,7 +225,7 @@ STRIP_STATIC="--strip-debug"
case "${host_os}" in
*bsd*)
SIZECMD="stat -L -f %z"
- SEDINPLACE="sed -i ''"
+ SEDINPLACE="sed -i \"\""
;;
cygwin*)
host_os_cygwin=yes