aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-01-04 09:48:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-01-04 09:48:10 +0000
commitf705c0e013607beff2e077673d56c04197f1db0a (patch)
treebaf2de77900a17d0d29139c9cdc6aa2fea4ae466
parent11dcbd755677ed1c6f6f0b136a45370fe0792010 (diff)
downloadrtmux-f705c0e013607beff2e077673d56c04197f1db0a.tar.gz
rtmux-f705c0e013607beff2e077673d56c04197f1db0a.tar.bz2
rtmux-f705c0e013607beff2e077673d56c04197f1db0a.zip
Whoops, bad copy and paste.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 315a361c..93457c3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.8 2011-01-04 09:43:14 nicm Exp $
+# $Id: configure.ac,v 1.9 2011-01-04 09:48:10 nicm Exp $
# Miscellaneous autofoo bullshit.
AC_INIT(tmux, 1.5)
@@ -48,7 +48,7 @@ AM_CONDITIONAL(IS_DEBUG, test "x$found_debug" = xyes)
AC_ARG_ENABLE(
static,
AC_HELP_STRING(--enable-static, create a static build),
- [found_static=]
+ [found_static=$enable_static]
)
AM_CONDITIONAL(IS_STATIC, test "x" = xyes)