]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed surplus space in help output.
authorHarco de Hilster <harcoh@caos.kun.nl>
Mon, 13 Sep 1999 17:17:45 +0000 (17:17 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Mon, 13 Sep 1999 17:17:45 +0000 (17:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index c53c1bbd6d4062d6a0d12918be88d93a2575d386..66db673ae4eadd7a5c5b6cb16fc150c15547c6ca 100644 (file)
@@ -1124,9 +1124,9 @@ dnl ---------------------------------------------------------------------------
 dnl support for image formats that do not rely on external library
 dnl ---------------------------------------------------------------------------
 
-WX_ARG_ENABLE(gif,         [  --enable-gif             use gif images (GIF file format)], wxUSE_GIF)
-WX_ARG_ENABLE(pcx,         [  --enable-pcx             use pcx images (PCX file format)], wxUSE_PCX)
-WX_ARG_ENABLE(pnm,         [  --enable-pnm             use pnm images (PNM file format)], wxUSE_PNM)
+WX_ARG_ENABLE(gif,         [  --enable-gif            use gif images (GIF file format)], wxUSE_GIF)
+WX_ARG_ENABLE(pcx,         [  --enable-pcx            use pcx images (PCX file format)], wxUSE_PCX)
+WX_ARG_ENABLE(pnm,         [  --enable-pnm            use pnm images (PNM file format)], wxUSE_PNM)
 
 dnl cache the options values before (may be) aborting below
 WX_ARG_CACHE_FLUSH