mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 05:20:36 +01:00
build/meson: fix meson build without pppd
Fixes:1cdb36b8de(cherry picked from commit530b82a372)
This commit is contained in:
parent
e117fc0b2d
commit
ffcd74e9e4
1 changed files with 4 additions and 0 deletions
|
|
@ -809,6 +809,10 @@ create_pppd_cmd_line (NMPPPManager *self,
|
|||
|
||||
g_return_val_if_fail (setting != NULL, NULL);
|
||||
|
||||
#ifndef PPPD_PATH
|
||||
#define PPPD_PATH NULL
|
||||
#endif
|
||||
|
||||
pppd_binary = nm_utils_find_helper ("pppd", PPPD_PATH, err);
|
||||
if (!pppd_binary)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue