Fix build problem on i386

This commit is contained in:
Keith Winstein
2012-02-26 13:51:11 -05:00
parent b2abc0d9b6
commit 9e13176d96
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([mosh], [0.96], [mosh-devel@mit.edu])
AC_INIT([mosh], [0.96a], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
AC_CONFIG_MACRO_DIR([m4])