mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 03:30:14 +01:00
* 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:
parent
1da19646a3
commit
82cdb04460
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue