From 8c897bd24f0c195aa227ffec3dd3968ffae9331d Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 20 Apr 2011 19:05:25 +0200 Subject: [PATCH] Print udev rules directory at the end of ./configure run. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 1067177..1656088 100644 --- a/configure.ac +++ b/configure.ac @@ -145,4 +145,5 @@ AC_MSG_NOTICE([summary of build options: Compiler: ${CC} Library types: Shared=${enable_shared}, Static=${enable_static} USB backend: ${with_backend} + udev rules: ${with_udevrulesdir:-N/A} ]) -- 2.39.5