#!/bin/sh

# export LDFLAGS=-LC:/cygwin/lib
# export LDFLAGS=""

# export CPPFLAGS=-IC:/cygwin/usr/include

./configure \
	--prefix=/usr/local/freeradius \
	--without-rlm_krb5 \
	--without-rlm_pam \
	--without-rlm_sql_oracle \
	--without-rlm_perl \
	--without-rlm_ldap \
	--with-system-libtool
#	--disable-shared \
#	--enable-static \
#	--export-all-symbols # its illegal for this configure


