mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	Whoops, bad copy and paste.
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user