From 5561a9a9080d218c8b935d133f7f50d9efc41d77 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 8 Jan 2014 17:48:38 +0100 Subject: Don't set AC_PREFIX_DEFAULT --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') 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 ************************************************** -- cgit v1.2.1