summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-06-21 17:56:58 +0000
committerOthmar Gsenger <otti@anytun.org>2007-06-21 17:56:58 +0000
commit88e7f10555e0e56b263c3673c5dae6359020f470 (patch)
tree3b3e595ac67b038acf2c5802978c9213d5afad17 /configure
parent64bit sauber gemacht (diff)
configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..555c460
--- /dev/null
+++ b/configure
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd openvpn
+./configure --disable-lzo --disable-crypto
+cd ..