mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
configure.ac: indentation: replace tabs by spaces.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
013b2fddc8
commit
1eb6c94c9b
@ -424,8 +424,7 @@ case $host_os in
|
|||||||
linux*)
|
linux*)
|
||||||
if test x$with_gpm_mouse != xno; then
|
if test x$with_gpm_mouse != xno; then
|
||||||
AC_CHECK_LIB(gpm, Gpm_Repeat,
|
AC_CHECK_LIB(gpm, Gpm_Repeat,
|
||||||
[AC_DEFINE(HAVE_LIBGPM, 1,
|
[AC_DEFINE(HAVE_LIBGPM, 1, [Define to enable gpm mouse support on Linux])
|
||||||
[Define to enable gpm mouse support on Linux])
|
|
||||||
mouse_lib="gpm and xterm"
|
mouse_lib="gpm and xterm"
|
||||||
MCLIBS="$MCLIBS -lgpm"],
|
MCLIBS="$MCLIBS -lgpm"],
|
||||||
if test "x$with_gpm_mouse" = "xyes"; then
|
if test "x$with_gpm_mouse" = "xyes"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user