Skip to content

Commit 505e136

Browse files
committed
configure.ac: Fix --disable-gpujpeg_to_dxt option in help text
1 parent b3368a0 commit 505e136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,7 @@ ENSURE_FEATURE_PRESENT([$cuda_dxt_req], [$cuda_dxt], [CUDA DXT not found])
24682468
# -------------------------------------------------------------------------------------------------
24692469
gpujpeg_to_dxt=no
24702470
AC_ARG_ENABLE(gpujpeg_to_dxt,
2471-
[ --disable-jpeg-to-dxt disable GPUJPEG DXT transcoder (default is disable)]
2471+
[ --disable-gpujpeg_to_dxt disable GPUJPEG DXT transcoder (default is disable)]
24722472
[ Requires: CUDA libgpujpeg],
24732473
[gpujpeg_to_dxt_req=$enableval],
24742474
[gpujpeg_to_dxt_req=no])

0 commit comments

Comments
 (0)