Signed-off-by: Khem Raj Index: util-linux-2.19.1/configure.ac =================================================================== --- util-linux-2.19.1.orig/configure.ac +++ util-linux-2.19.1/configure.ac @@ -250,7 +250,7 @@ esac AC_MSG_CHECKING(whether program_invocation_short_name is defined) -AC_TRY_COMPILE([#include ], +AC_TRY_COMPILE([#include ], [program_invocation_short_name = "test";], AC_DEFINE(HAVE_PROGRAM_INVOCATION_SHORT_NAME, 1, [Define if program_invocation_short_name is defined])