* Should be $libdir not $LIBDIR

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1949 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Antony Mee 2006-08-11 19:11:21 +00:00
parent 1da19646a3
commit 82cdb04460

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="$libdir/pppd/$PPPD_VERSION"
AC_SUBST(PPPD_CFLAGS)
AC_SUBST(PPPD_PLUGIN_DIR)