X-Git-Url: https://ruderich.org/simon/gitweb/?p=wall-notify%2Fwall-notify.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=7b4ab5a39de5b51a651400cc88067c4861eded41;hp=3c1939664a6a5c5ec1922a2cdd45d92c41596eb0;hb=77daaed8269fb1ff0b654f168205fc7c7b6dccd6;hpb=4c63daac52b77c9224ff501084f79274fd531a97 diff --git a/configure.ac b/configure.ac index 3c19396..7b4ab5a 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,8 @@ AC_ARG_ENABLE([x11], fi]) if test -z "$disable_x11_support"; then - AX_PTHREAD([],[AC_MSG_ERROR([pthread is required, use --disable-x11])]) + AX_PTHREAD([], + [AC_MSG_ERROR([pthread is required for X, use --disable-x11])]) LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$PTHREAD_CFLAGS $CFLAGS" CC="$PTHREAD_CC"