Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 219092 | Differences between
and this patch

Collapse All | Expand All

(-)postal-0.69.orig/configure.in (-1 / +1 lines)
Lines 1-10 Link Here
1
dnl Process this file with autoconf to produce a configure script.
1
dnl Process this file with autoconf to produce a configure script.
2
AC_INIT(postal.cpp)
2
AC_INIT(postal.cpp)
3
AC_CONFIG_HEADER(conf.h)
3
AC_CONFIG_HEADER(conf.h)
4
AC_SUBST(version)
4
AC_SUBST(version)
5
version="0.68"
5
version="0.69"
6
6
7
AC_ARG_ENABLE(stripping,
7
AC_ARG_ENABLE(stripping,
8
      [  --disable-stripping  disables stripping of installed binaries],
8
      [  --disable-stripping  disables stripping of installed binaries],
9
      STRIPPING=$strippingval, STRIPPING=no)
9
      STRIPPING=$strippingval, STRIPPING=no)
10
AC_SUBST(stripping)
10
AC_SUBST(stripping)

Return to bug 219092