config.nice 719 Bytes
Newer Older
powelld's avatar
powelld committed
#! /bin/sh
#
# Created by configure

CFLAGS="-DHAVE_MCTLS=1"; export CFLAGS
LDFLAGS="-L/home/development/Documents/TLMSP"; export LDFLAGS
"/home/development/Documents/httpd-mctls/srclib/apr-util/configure" \
"--disable-option-checking" \
"--enable-ssl=static" \
"--with-ssl=/home/development/Documents/TLMSP" \
"--enable-contextsplit" \
"CFLAGS=-DHAVE_MCTLS=1" \
"LDFLAGS=-L/home/development/Documents/TLMSP" \
"--cache-file=/dev/null" \
"--srcdir=/home/development/Documents/httpd-mctls/srclib/apr-util" \
"--with-apr=../apr" \
"--prefix=/usr/local/apache2" \
"--exec-prefix=/usr/local/apache2" \
"--libdir=/usr/local/apache2/lib" \
"--includedir=/usr/local/apache2/include" \
"--bindir=/usr/local/apache2/bin" \
"$@"