From e06d0704123db6e5aa43ec4aeebb0ebc4d9951e4 Mon Sep 17 00:00:00 2001 From: Antony Mee Date: Sun, 7 Jan 2007 17:11:24 +0000 Subject: [PATCH] Patch from Herbert Graeber * Need to use libexecdir not libdir in configure.in so that the plugin installs correctly on 64 bit systems. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2213 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- vpn-daemons/pptp/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpn-daemons/pptp/configure.in b/vpn-daemons/pptp/configure.in index a74a402568..a7c6f23e24 100644 --- a/vpn-daemons/pptp/configure.in +++ b/vpn-daemons/pptp/configure.in @@ -73,7 +73,7 @@ if test "z$found_pppd_headers" = "z"; then PPPD_CFLAGS="-I ./external/$PPPD_VERSION" fi -PPPD_PLUGIN_DIR="$libdir/pppd/$PPPD_VERSION" +PPPD_PLUGIN_DIR="$libexecdir/pppd/$PPPD_VERSION" AC_SUBST(PPPD_CFLAGS) AC_SUBST(PPPD_PLUGIN_DIR)