~ubuntu-branches/ubuntu/precise/apr-util/precise

« back to all changes in this revision

Viewing changes to config.nice

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-12 10:17:09 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080112101709-svfgyi40u41za6v2
ImportĀ upstreamĀ versionĀ 1.2.12+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
#
3
 
# Created by configure
4
 
 
5
 
CFLAGS=" -pipe -Wall -g -fPIC -O2"; export CFLAGS
6
 
"./configure" \
7
 
"--host=i486-linux-gnu" \
8
 
"--build=i486-linux-gnu" \
9
 
"--enable-layout=Debian" \
10
 
"--with-apr=/usr/bin/apr-1-config" \
11
 
"--with-ldap=yes" \
12
 
"--with-dbm=db43" \
13
 
"--with-sqlite3" \
14
 
"--with-pgsql=/usr" \
15
 
"--without-gdbm" \
16
 
"--without-sqlite2" \
17
 
"--with-berkeley-db" \
18
 
"$@"