Skip to content
Snippets Groups Projects
Commit 09ef6990 authored by Yury Umanets's avatar Yury Umanets
Browse files

- add GSS COND to linux m4

parent 3c4845d0
No related merge requests found
...@@ -398,6 +398,7 @@ fi ...@@ -398,6 +398,7 @@ fi
# #
AC_DEFUN([LB_LINUX_CONDITIONALS], AC_DEFUN([LB_LINUX_CONDITIONALS],
[AM_CONDITIONAL(LINUX25, test x$linux25 = xyes) [AM_CONDITIONAL(LINUX25, test x$linux25 = xyes)
AM_CONDITIONAL(GSS, test x$enable_gss = xyes)
]) ])
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment