mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix comment.
This commit is contained in:
parent
a5c1eb1f1b
commit
a645da701f
1 changed files with 4 additions and 4 deletions
|
@ -39,12 +39,12 @@ AC_ARG_ENABLE(gcov,
|
|||
[CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"])
|
||||
|
||||
|
||||
dnl
|
||||
dnl
|
||||
dnl
|
||||
dnl ---------------------------------------------------------------------
|
||||
dnl Disable window mode
|
||||
dnl ---------------------------------------------------------------------
|
||||
|
||||
AC_ARG_ENABLE([windowmode],
|
||||
AC_HELP_STRING([--enable-window],[Enable window mode]))
|
||||
AC_HELP_STRING([--disable-windowmode],[Disable window mode]))
|
||||
|
||||
AS_IF([ test "x$enable_windowmode" != "xno"], [
|
||||
AC_DEFINE([WINDOW_MODE],[1],[Enable the window mode])
|
||||
|
|
Loading…
Reference in a new issue