mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Whoops, bad copy and paste.
This commit is contained in:
parent
11dcbd7556
commit
f705c0e013
@ -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.
|
# Miscellaneous autofoo bullshit.
|
||||||
AC_INIT(tmux, 1.5)
|
AC_INIT(tmux, 1.5)
|
||||||
@ -48,7 +48,7 @@ AM_CONDITIONAL(IS_DEBUG, test "x$found_debug" = xyes)
|
|||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
static,
|
static,
|
||||||
AC_HELP_STRING(--enable-static, create a static build),
|
AC_HELP_STRING(--enable-static, create a static build),
|
||||||
[found_static=]
|
[found_static=$enable_static]
|
||||||
)
|
)
|
||||||
AM_CONDITIONAL(IS_STATIC, test "x" = xyes)
|
AM_CONDITIONAL(IS_STATIC, test "x" = xyes)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user