Skip to content

Commit

Permalink
remove debugging leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Mar 8, 2024
1 parent 1c67b79 commit 8f58b12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/sst_check_curses.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ AC_DEFUN([SST_CHECK_CURSES],
[AS_IF([test -n "$with_curses"],
[AC_PATH_PROGS([NCURSES_CONFIG_EXE], ["ncurses6-config" "ncurses5.4-config" "ncurses5-config"], ["no"], ["$with_curses/bin"])],
[AC_PATH_PROGS([NCURSES_CONFIG_EXE], ["ncurses6-config" "ncurses5.4-config" "ncurses5-config"], ["no"])])])
AS_IF([test $NCURSES_CONFIG_EXE = "no"],
[AS_IF([test -n "$with_curses"],
[AC_PATH_PROGS([NCURSES_CONFIG_EXE], ["ncurses6-config"], ["no"], ["$with_curses/bin"])],
[AC_PATH_PROGS([NCURSES_CONFIG_EXE], ["ncurses6-config"], ["no"])])])
dnl don't continue if ncursesN-config can't be found rather than look for the
dnl specific libraries
Expand Down

0 comments on commit 8f58b12

Please sign in to comment.