mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-23 11:07:44 +00:00
Whoops, bad copy and paste.
This commit is contained in:
parent
11dcbd7556
commit
f705c0e013
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue