summaryrefslogtreecommitdiff
path: root/build/configure
diff options
context:
space:
mode:
Diffstat (limited to 'build/configure')
-rwxr-xr-xbuild/configure24
1 files changed, 0 insertions, 24 deletions
diff --git a/build/configure b/build/configure
deleted file mode 100755
index 0109cb2..0000000
--- a/build/configure
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /usr/bin/env bash
-
-# file : build/configure
-# license : GNU GPL v2; see accompanying LICENSE file
-
-# $1 out file
-#
-# bld_root - build root
-# project_name - project name
-#
-
-source $bld_root/dialog.bash
-
-$echo
-$echo "Please select the threading implementation:"
-$echo
-$echo "(1) POSIX"
-$echo "(2) Win32"
-$echo "(3) None"
-$echo
-
-threads=`read_option "posix win32 none" "posix"`
-
-echo "libodb_threads := $threads" >$1