configure.ac: fix empty else on RHEL5
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 18:07:18 +0000 (20:07 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 18:07:18 +0000 (20:07 +0200)
Ancient autoconf versions don't like empty
strings in m4 arguments.

configure.ac

index 56d22c2..4aa3af7 100644 (file)
@@ -1638,7 +1638,7 @@ PKG_CHECK_MODULES([HAL], [hal],
         ])
         CPPFLAGS="$SAVE_CPPFLAGS"
       ],
-      []
+      [ : ]
     )
     LIBS="$SAVE_LIBS"
   ],