Fix typo in configure --enable-metafile option help string

Remove the extra "s".

Closes #19045.
This commit is contained in:
Vadim Zeitlin
2021-01-17 17:32:47 +01:00
parent 9fe7e0a78e
commit 4eb345f8fe
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -2294,7 +2294,7 @@ Optional Features:
--enable-busyinfo use wxBusyInfo
--enable-hotkey use wxWindow::RegisterHotKey()
--enable-joystick use wxJoystick
--enable-metafiles use wxMetaFile
--enable-metafile use wxMetaFile
--enable-dragimage use wxDragImage
--enable-accessibility enable accessibility support
--enable-uiactionsim use wxUIActionSimulator (experimental)