Skip to content

Commit

Permalink
build: don't support gtk1 and gtk2
Browse files Browse the repository at this point in the history
Closes #392
  • Loading branch information
sc0w committed Jan 14, 2025
1 parent d2d301b commit 0b9bb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ MULE_IF_ENABLED_ANY([monolithic, amule-gui, wxcas, alc],
enabled version of wxWidgets and then retry.
])]
)])
AS_IF([(test "${WX_PORT}" = gtk1 || test "${WX_PORT}" = gtk2)],[AC_MSG_ERROR([${WX_PORT} isn't supported.])])


dnl Resource compiler for W32
Expand Down

0 comments on commit 0b9bb08

Please sign in to comment.