Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
fix typo in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Oct 17, 2016
1 parent 63eeb9a commit bc6bad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ PKG_CHECK_MODULES([GREETER], [gtk+-3.0 >= 3.20],
)
AM_CONDITIONAL([HAVE_GTK320], [test "$HAVE_GTK320" -eq 1])

PKG_CHECK_MODULES([WEB_EXTENSION], [liblightdm-gobject-1 >= 1.19.2],
PKG_CHECK_MODULES([LIGHTDM_GOBJECT], [liblightdm-gobject-1 >= 1.19.2],
[AC_DEFINE([HAS_LIGHTDM_1_19_2], [1], [Building with liblightdmgobject 1.19.2])],
[PKG_CHECK_MODULES([WEB_EXTENSION], [liblightdm-gobject-1 >= 1.3.5])]
[PKG_CHECK_MODULES([LIGHTDM_GOBJECT], [liblightdm-gobject-1 >= 1.3.5])]
)

AC_SUBST([WEB_EXTENSION_CFLAGS])
Expand Down

0 comments on commit bc6bad5

Please sign in to comment.