gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / progname
index 0877801..349b1ff 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 
 configure.ac:
 AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
+AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include <errno.h>])
 
 Makefile.am:
 lib_SOURCES += progname.h progname.c