summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-01-10 01:01:33 +0000
committerBrian Havard <bjh@apache.org>2001-01-10 01:01:33 +0000
commite833982e039c369282f7986a801c9ecd2a2b2299 (patch)
tree697c9f760949a3625667b9981c9327bcc0728dbd /configure.in
parent2abccd1fd9b897e26ea187fa5afa1e5bcd675971 (diff)
downloadapr-e833982e039c369282f7986a801c9ecd2a2b2299.tar.gz
Libtool takes care of the lib prefix so get rid of our own workaround.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index cae3e8b55..cd8c282f4 100644
--- a/configure.in
+++ b/configure.in
@@ -41,9 +41,6 @@ DEFAULT_OSDIR="unix"
echo "(Default will be ${DEFAULT_OSDIR})"
MODULES="file_io network_io threadproc misc locks time mmap shmem i18n user"
-# Most platforms use a prefix of 'lib' on their library files.
-LIBPREFIX='lib'
-
dnl # Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
@@ -101,7 +98,6 @@ case "$OS" in
*-os2*)
CFLAGS="$CFLAGS -DOS2 -Zmt"
OSDIR="os2"
- LIBPREFIX=""
enable_threads="system_threads"
eolstr="\\r\\n"
;;
@@ -862,7 +858,6 @@ AC_SUBST(AR)
AC_SUBST(RM)
AC_SUBST(OSDIR)
AC_SUBST(DEFAULT_OSDIR)
-AC_SUBST(LIBPREFIX)
AC_SUBST(EXEEXT)
AC_SUBST(THREAD_CPPFLAGS)
AC_SUBST(THREAD_CFLAGS)