~synaptic-developers/synaptic/trunk

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Michael Vogt
  • Date: 2010-07-29 13:13:09 UTC
  • mfrom: (1529.2.106 ubuntu)
  • Revision ID: michael.vogt@ubuntu.com-20100729131309-0gdmwd09phcr1gc0
merged from the synaptic ubuntu branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_INIT(configure.in)
3
3
 
4
 
AM_INIT_AUTOMAKE(synaptic, 0.62.5)
 
4
AM_INIT_AUTOMAKE(synaptic, 0.63.1)
5
5
AM_CONFIG_HEADER(config.h)
6
6
AM_MAINTAINER_MODE
7
7
 
129
129
AC_SUBST(LP_CFLAGS)
130
130
AC_SUBST(LP_LIBS)
131
131
 
 
132
AC_MSG_CHECKING(for --enable-ept)
 
133
AC_ARG_ENABLE([ept],
 
134
             AC_HELP_STRING(--enable-ept, enable libept functionality),
 
135
             [enable_ept="$enableval"],[enable_ept="yes"])
 
136
if test "$enable_ept" != "no"; then
 
137
  AC_MSG_RESULT(no)
 
138
  AC_DEFINE(WITH_EPT, 1, 
 
139
           [Define if you want to enable the ept functions.]) 
 
140
  LIBEPT_DEFS
 
141
else
 
142
  AC_MSG_RESULT(yes)
 
143
fi
 
144
 
132
145
 
133
146
dnl Checks for header files.
134
147
AC_HEADER_STDC