Patch from Herbert Graeber <herbert@graeber-clan.de>

* 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
This commit is contained in:
Antony Mee 2007-01-07 17:11:24 +00:00
parent c466a9713e
commit e06d070412

View file

@ -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)