configure.ac: Drop unnecessary prefix stuff

This commit is contained in:
Kim Woelders 2020-03-07 10:26:53 +01:00
parent e3e1717145
commit 9b37aee247
1 changed files with 0 additions and 8 deletions

View File

@ -11,14 +11,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_SUBST(E_RPM_REVISION, [rpm_revision])
dnl reasonable guesses for where stuff is installed
if test "x$prefix" = "xNONE"; then
prefix=$ac_default_prefix
fi
if test "x$exec_prefix" = "xNONE"; then
exec_prefix=$prefix
fi
AC_PROG_CC
AC_PROG_CPP