Auto-commit of generated files.
This commit is contained in:
parent
04fcf1b047
commit
7cee6e79fd
1 changed files with 6 additions and 2 deletions
8
autogen/configure
vendored
8
autogen/configure
vendored
|
@ -12032,7 +12032,9 @@ if test "${with_file_notification}" = "yes"; then
|
|||
if test "${opsys}" = "mingw32"; then
|
||||
with_file_notification=w32
|
||||
else
|
||||
with_file_notification=gfile
|
||||
if test "${with_ns}" != yes; then
|
||||
with_file_notification=gfile
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -16197,7 +16199,9 @@ if test "${links_glib}" = "yes"; then
|
|||
|
||||
$as_echo "#define HAVE_GLIB 1" >>confdefs.h
|
||||
|
||||
XGSELOBJ=xgselect.o
|
||||
if test "$HAVE_NS" = no;then
|
||||
XGSELOBJ=xgselect.o
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue