Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-02-06 07:33:21 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-02-17 09:21:12 +0300
commit4c91bf73185c03bbe8876fbd9432dbf5774cc777 (patch)
tree0034c68a8064b2660714e94c11297e7e7bddddc3
parent9f2d46e6611d30f9c97ae671068e6762476782e7 (diff)
Don't change sysconfdir when the prefix is not specified
Firstly, sysconfdir is not used by the package. Secondly, changes to sysconfdir should not be controlled by the presense or absense of the --prefix option to configure.
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8acfec3..5ab3caf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,10 +18,6 @@ AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-tests],
[], [enable_tests=no])
AM_CONDITIONAL(PT_TESTS, [test x$enable_tests = xyes])
-if test "x${prefix}" = "xNONE" ; then
-sysconfdir="/etc";
-fi
-
AC_CONFIG_FILES([
Makefile
include/Makefile