mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix notifications (was broken with libnotify>=0.7.0)
This commit is contained in:
parent
e821a0d633
commit
495e3ab7b9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define chdir _chdir
|
||||
#endif
|
||||
|
||||
#if defined HAVE_NOTIFY1 || defined HAVE_NOTIFIED4
|
||||
#if defined(HAVE_NOTIFY1) || defined(HAVE_NOTIFY4)
|
||||
#define HAVE_NOTIFY
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue