Skip to content

Commit

Permalink
revert 5608a3e, breaks on ubuntu 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
texane committed Feb 3, 2015
1 parent 5608a3e commit c824052
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
AC_PROG_RANLIB
AM_PROG_CC_C_O
AC_CONFIG_MACRO_DIR([m4])

LT_INIT

AC_CHECK_HEADERS(sys/mman.h)
AC_CHECK_HEADERS(sys/poll.h)
Expand Down Expand Up @@ -51,11 +49,6 @@ if test "x$with_gtk" = "xyes"; then
fi
AC_SUBST([MAYBE_GUI])

AC_ARG_ENABLE([static], AS_HELP_STRING([--enable-static], [enable binaries static linking]))
if test "x$enable_static" = "xyes"; then
LDFLAGS="$LDFLAGS -all-static"
fi

AC_CONFIG_FILES([Makefile])
AC_OUTPUT

0 comments on commit c824052

Please sign in to comment.