1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 06:52:22 +03:00

configure.ac: fix broken firmware search path in configure.ac

Correct a silly typo: s/fimware/firmware/
This commit is contained in:
Robby Workman 2010-04-21 04:07:21 -05:00 committed by Kay Sievers
parent 451dd74d9a
commit 901e80dc59

View File

@ -86,7 +86,7 @@ if test "x$enable_extras" = xyes; then
AS_HELP_STRING([--with-firmware-path=DIR[[[:DIR[...]]]]],
[Firmware search path (default=/lib/firmware/updates:/lib/firmware)]),
[],
[with_firmware_path="/lib/fimware/updates:/lib/fimware"]
[with_firmware_path="/lib/firmware/updates:/lib/firmware"]
)
OLD_IFS=$IFS
IFS=: