From ada740b52343cdeea3e8e631c3d09ac735452091 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 22 Mar 2012 23:22:47 +0100 Subject: [PATCH] configure: advertise the MOC variable If the user has moc installed in a weird place, he/she can use the MOC variable to set the path to moc. Advertise this variable in the ./configure help. Signed-off-by: "Yann E. MORIN" --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e605e86..6ae41e5 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,7 @@ AS_IF( #---------------------------------------- # Check headers and libs for qconf +AC_ARG_VAR([MOC], [Qt meta object compiler (moc) command]) AS_IF( [test "$need_qt" = "yes" -o "$need_qt" = "auto"], [PKG_CHECK_MODULES( -- 2.39.5