diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2023-07-28 16:25:48 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2023-08-01 17:17:16 +0200 |
commit | c7334a28f14663ffc1771bf0fbce3f67ec245c8c (patch) | |
tree | 78fd6ee8b183383cb78f292a5e6f9978314f1b29 | |
parent | 5f38fd0ac3c240f9430be66fba1a371db8a6de05 (diff) | |
download | hardware_replicant_libsamsung-ipc-c7334a28f14663ffc1771bf0fbce3f67ec245c8c.tar.gz hardware_replicant_libsamsung-ipc-c7334a28f14663ffc1771bf0fbce3f67ec245c8c.tar.bz2 hardware_replicant_libsamsung-ipc-c7334a28f14663ffc1771bf0fbce3f67ec245c8c.zip |
configure.ac: --enable-samsung-ipc-device: error message: fix typo
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f164c53..2c24e89 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,7 @@ AC_ARG_ENABLE(samsung-ipc-device, [AS_CASE([$enableval], [aries|crespo|galaxys2|herolte|i9300|maguro|n5100|n7100|piranha], [IPC_DEVICE_NAME=$enableval], - [AC_MSG_ERROR([Unnown device $enableval])])], + [AC_MSG_ERROR([Unknown device $enableval])])], [IPC_DEVICE_NAME="all"]) AM_CONDITIONAL( [WANT_IPC_DEVICE_NAME], [test x"$IPC_DEVICE_NAME" != x"all"]) |