mirror of
https://github.com/xzeldon/htop.git
synced 2025-02-17 00:13:24 +03:00
Nope, configure works but make breaks.
This reverts commit dad62b6c9e8a9e962b31175d4a768b37e1f8f3ec.
This commit is contained in:
parent
dad62b6c9e
commit
0bac7c9d94
@ -323,7 +323,7 @@ AM_CONDITIONAL([HTOP_DARWIN], [test "$my_htop_platform" = darwin])
|
|||||||
AM_CONDITIONAL([HTOP_SOLARIS], [test "$my_htop_platform" = solaris])
|
AM_CONDITIONAL([HTOP_SOLARIS], [test "$my_htop_platform" = solaris])
|
||||||
AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported])
|
AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported])
|
||||||
AC_SUBST(my_htop_platform)
|
AC_SUBST(my_htop_platform)
|
||||||
AC_CONFIG_FILES([Makefile htop.1 scripts/MakeHeader.py.in], [chmod +x scripts/MakeHeader.py])
|
AC_CONFIG_FILES([Makefile htop.1 scripts/MakeHeader.py], [chmod +x scripts/MakeHeader.py])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
if test "$my_htop_platform" = "unsupported"
|
if test "$my_htop_platform" = "unsupported"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user