Browse Source

Remove unneeded --prefix code from configure.ac

Serj Kalichev 11 years ago
parent
commit
017a55b99d
1 changed files with 0 additions and 13 deletions
  1. 0 13
      configure.ac

+ 0 - 13
configure.ac

@@ -29,19 +29,6 @@ AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)
 AC_CHECK_SIZEOF(size_t)
 
-#------------------------------------------------------------------------
-# Handle the --prefix=... option
-#------------------------------------------------------------------------
-
-if test "${prefix}" = "NONE"; then
-    prefix=/usr/local
-fi
-if test "${exec_prefix}" = "NONE"; then
-    exec_prefix=$prefix
-fi
-# libdir must be a fully qualified path (not ${exec_prefix}/lib)
-eval libdir="$libdir"
-
 ################################
 # Deal with debugging options
 ################################