summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-08 17:48:38 +0100
committerinfirit <[email protected]>2014-01-08 17:48:38 +0100
commit5561a9a9080d218c8b935d133f7f50d9efc41d77 (patch)
treee20b315f3501104dfb95eac78dcb879b38e287e4
parent067facfc97151ce24ccb6cf7ecda124ea0d6afbe (diff)
downloadpython-caja-5561a9a9080d218c8b935d133f7f50d9efc41d77.tar.bz2
python-caja-5561a9a9080d218c8b935d133f7f50d9efc41d77.tar.xz
Don't set AC_PREFIX_DEFAULT
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4c23b22..1ca4590 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,8 +25,6 @@ if test "x$HAVE_PKGCONFIG" = "xno"; then
AC_MSG_ERROR([you need to have pkgconfig installed !])
fi
-AC_PREFIX_DEFAULT([$(pkg-config --variable=prefix libcaja-extension || echo /usr)])
-
dnl **************************************************
dnl * Check for Python
dnl **************************************************